Changeset 27838 for branches/tap_branches/Ohana/src/opihi/dvo/imlist.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_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/tap_branches/Ohana/src/opihi/dvo/imlist.c
r17248 r27838 3 3 int imlist (int argc, char **argv) { 4 4 5 int i, j, N, Nimage, *subset, Nsubset, TimeSelect, RegionSelect, TimeFormat, NameSelect; 5 off_t i, j, Nimage, *subset, Nsubset; 6 int N, TimeSelect, RegionSelect, TimeFormat, NameSelect; 6 7 int PhotcodeSelect; 7 8 time_t tzero, TimeReference; … … 103 104 XY_to_RD (&r, &d, 0.5*image[i].NX, 0.5*image[i].NY, &image[i].coords); 104 105 } 105 gprint (GP_LOG, "%3 d %s %8.4f %8.4f %f %5d %2d %4.2f %5.3f %5.3f\n",106 i, image[i].name, r, d, t, image[i].nstar, image[i].photcode, image[i].secz, image[i].Mcal, image[i].dMcal);106 gprint (GP_LOG, "%3lld %s %8.4f %8.4f %f %5d %2d %4.2f %5.3f %5.3f\n", 107 (long long) i, image[i].name, r, d, t, image[i].nstar, image[i].photcode, image[i].secz, image[i].Mcal, image[i].dMcal); 107 108 } 108 109
Note:
See TracChangeset
for help on using the changeset viewer.
