Changeset 34000
- Timestamp:
- Jun 10, 2012, 1:56:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/reload_catalogs.c
r33963 r34000 94 94 catalog.catformat = dvo_catalog_catformat (UPDATE_CATFORMAT); 95 95 } 96 97 struct timeval now; 98 gettimeofday (&now, (void *) NULL); 99 char *moddate = ohana_sec_to_date (now.tv_sec); 100 gfits_modify (&catalog.header, "RELPHOT", "%s", 1, moddate); 101 free (moddate); 102 96 103 dvo_catalog_save (&catalog, VERBOSE); 97 104 dvo_catalog_unlock (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
