Changeset 31525
- Timestamp:
- May 11, 2011, 12:23:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/relphot/src/MosaicOps.c
r31524 r31525 620 620 float dM = 0.0; 621 621 for (j = 0; j < NSlist[i]; j++) { 622 Nstars= Slist[i][j];623 if (starNcount[ Nstars][Ns] > 1) {624 dM += (starOffset[ Nstars][Ns] / starNcount[Nstars][Ns]);622 k = Slist[i][j]; 623 if (starNcount[k][Ns] > 1) { 624 dM += (starOffset[k][Ns] / starNcount[k][Ns]); 625 625 } 626 626 }
Note:
See TracChangeset
for help on using the changeset viewer.
