Changeset 36305
- Timestamp:
- Nov 22, 2013, 2:43:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotRoughClass.c
r32348 r36305 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.
