Changeset 36375 for trunk/psphot/src/psphotRoughClass.c
- Timestamp:
- Dec 10, 2013, 2:55:11 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (2 props)
-
psphot/src/psphotRoughClass.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psphot
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:ignore
-
old new 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce 27 psmakecff
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotRoughClass.c
r32348 r36375 87 87 if (NX > NY) { 88 88 NXuse = ScaleForClump; 89 NYuse = (int) (ScaleForClump * (N Y / NX) + 0.5);89 NYuse = (int) (ScaleForClump * (NX / NY) + 0.5); 90 90 } else { 91 91 NYuse = ScaleForClump;
Note:
See TracChangeset
for help on using the changeset viewer.
