- Timestamp:
- May 21, 2021, 2:04:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/reload_catalogs.c
r41605 r41606 9 9 gettimeofday (&start, (void *) NULL); 10 10 11 void reload_catalogs (SkyList *skylist, FlatCorrectionTable *flatcorr,int hostID, char *hostpath) {11 void reload_catalogs (SkyList *skylist, int hostID, char *hostpath) { 12 12 13 13 int i; … … 100 100 101 101 initMrel (&catalog, 1); 102 setMrelFinal (&catalog, flatcorr,FALSE);102 setMrelFinal (&catalog, FALSE); 103 103 TIMESTAMP(time5); 104 104
Note:
See TracChangeset
for help on using the changeset viewer.
