Changeset 14590 for trunk/Ohana/src/uniphot/src/find_image_tgroups.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/find_image_tgroups.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/find_image_tgroups.c
r7080 r14590 54 54 group[i].dM = 0; 55 55 56 start = sec_to_date (tmin[i]);57 stop = sec_to_date (tmax[i]);56 start = ohana_sec_to_date (tmin[i]); 57 stop = ohana_sec_to_date (tmax[i]); 58 58 snprintf (group[i].label, 64, "%s - %s", start, stop); 59 59 free (start);
Note:
See TracChangeset
for help on using the changeset viewer.
