- Timestamp:
- Jun 23, 2012, 6:15:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ppSim/src/ppSimInsertGalaxies.c
r32350 r34054 2 2 static char *defaultModel = "PS_MODEL_SERSIC"; 3 3 4 floatimageSum (psImage *image) {5 floatsum = 0.0;4 double imageSum (psImage *image) { 5 double sum = 0.0; 6 6 for (int iy = 0; iy < image->numRows; iy++) { 7 7 for (int ix = 0; ix < image->numCols; ix++) {
Note:
See TracChangeset
for help on using the changeset viewer.
