- Timestamp:
- Sep 19, 2009, 8:49:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmPSFtry.c
r25352 r25452 443 443 float dSysBright = psVectorSystematicError (bright, brightErr, 0.1); 444 444 fprintf (stderr, "bright systematic error: %f\n", dSysBright); 445 psFree(bright); 446 psFree(brightErr); 445 447 446 448 // XXX test dump of fitted model (dump when tracing?) … … 1178 1180 1179 1181 // free local allocations 1182 psFree (mask); 1183 psFree (chisq); 1184 psFree (stats); 1185 psFree (index); 1186 1180 1187 return (sqrt(S2guess)); 1181 1188 }
Note:
See TracChangeset
for help on using the changeset viewer.
