Changeset 38488 for branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/loadgalphot_readstars.c
- Timestamp:
- Jun 18, 2015, 8:42:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/loadgalphot_readstars.c
r38486 r38488 181 181 continue; 182 182 } 183 int iY = i / N pts;184 int iX = i % N pts;183 int iY = i / Nx; 184 int iX = i % Nx; 185 185 Xpt[i] = MajorMin + MajorDel*iX; 186 186 Ypt[i] = MinorMin + MinorDel*iY;
Note:
See TracChangeset
for help on using the changeset viewer.
