Changeset 16935 for trunk/Mars/mcore
- Timestamp:
- 06/27/13 13:10:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r16896 r16935 285 285 286 286 const string tFormName = is_compressed ? "ZFORM" : "TFORM"; 287 for ( size_t i=1; i<=num_cols; i++)287 for (long long unsigned int i=1; i<=num_cols; i++) 288 288 { 289 289 const string num(to_string(i));
Note:
See TracChangeset
for help on using the changeset viewer.