- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/imregister/include/photreg.h
r12332 r27840 29 29 int regargs (int argc, char **argv, PhotPars *); 30 30 31 void DeleteSubset (FITS_DB *db, PhotPars *photpars, int Nphotpars, int *match, int Nmatch);32 int *match_criteria (PhotPars *photpars, int Nphotpars, int *Nmatch);31 void DeleteSubset (FITS_DB *db, PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch); 32 off_t *match_criteria (PhotPars *photpars, off_t Nphotpars, off_t *Nmatch); 33 33 34 void OutputSubset (PhotPars *photpars, int Nphotpars, int *match, int Nmatch);34 void OutputSubset (PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch); 35 35 36 void DumpFitsBintable (char *filename, PhotPars *image, int *match, int Nmatch);37 void DumpFitsTable (char *filename, PhotPars *image, int *match, int Nmatch);38 int PrintSubset (PhotPars *image, int *match, int Nmatch);36 void DumpFitsBintable (char *filename, PhotPars *image, off_t *match, off_t Nmatch); 37 void DumpFitsTable (char *filename, PhotPars *image, off_t *match, off_t Nmatch); 38 int PrintSubset (PhotPars *image, off_t *match, off_t Nmatch); 39 39 40 40 void set_timezone (double dt); … … 42 42 int escape (int mode, char *message); 43 43 44 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, int Nphotpars);44 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, off_t Nphotpars); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
