- Timestamp:
- Mar 19, 2010, 5:35:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/rebin.c
r21064 r27368 63 63 } 64 64 } 65 if (VERBOSE) gprint (GP_LOG, "rebin %s to %s (% d,%d to %d,%d)\n", argv[1], argv[2], in[0].header.Naxis[0],in[0].header.Naxis[1], nx, ny);65 if (VERBOSE) gprint (GP_LOG, "rebin %s to %s (%lld,%lld to %d,%d)\n", argv[1], argv[2], (long long) in[0].header.Naxis[0], (long long) in[0].header.Naxis[1], nx, ny); 66 66 67 67 Nx = in[0].header.Naxis[0];
Note:
See TracChangeset
for help on using the changeset viewer.
