- Timestamp:
- Nov 20, 2015, 3:12:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
r38986 r39171 74 74 } 75 75 76 struct timeval now; 77 gettimeofday (&now, (void *) NULL); 78 char *moddate = ohana_sec_to_date (now.tv_sec); 79 gfits_modify (&catalog.header, "RELASTRO", "%s", 1, moddate); 80 free (moddate); 81 76 82 // write the updated detections to disk 77 83 save_catalogs (&catalog, 1);
Note:
See TracChangeset
for help on using the changeset viewer.
