- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/src/dumpresult.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/uniphot/src/dumpresult.c
r31160 r40477 2 2 3 3 void dumpresult () { 4 short Mcal, Mgrp, Mset;4 float Mcal, Mgrp, Mset; 5 5 FILE *f; 6 6 char outfile[64]; … … 13 13 if (sgroup[i].image[j][0].code & IMAGE_BAD) continue; 14 14 tgrp = (Group *) sgroup[i].imlink[j][0].tgroup; 15 Mcal = sgroup[i].image[j][0].Mcal ;15 Mcal = sgroup[i].image[j][0].McalPSF; 16 16 Mset = sgroup[i].M; 17 17 Mgrp = tgrp[0].M;
Note:
See TracChangeset
for help on using the changeset viewer.
