Changeset 35763 for trunk/Ohana/src/relastro/src/UpdateMeasures.c
- Timestamp:
- Jul 3, 2013, 2:21:52 PM (13 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
UpdateMeasures.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130509/Ohana/src/relastro/src (added) merged: 35594,35606,35665,35669,35671,35749
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src/UpdateMeasures.c
r33652 r35763 1 1 # include "relastro.h" 2 3 void printNcatTotal (); 2 4 3 5 // this function operates on Measure, not MeasureTiny … … 13 15 ID_IMAGE_ASTROM_SKIP | 14 16 ID_IMAGE_ASTROM_FEW; 17 18 if (RESET_BAD_IMAGES) badImage = 0; 15 19 16 20 image = getimages (&Nimage, NULL); … … 28 32 } 29 33 34 printNcatTotal (); 35 30 36 return (TRUE); 31 37 }
Note:
See TracChangeset
for help on using the changeset viewer.
