Changeset 19404 for trunk/Mars/mcore
- Timestamp:
- 11/15/18 20:03:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r19250 r19404 287 287 288 288 const std::string tFormName = is_compressed ? "ZFORM" : "TFORM"; 289 for ( long long unsigned int i=1; i<=num_cols; i++)289 for (size_t i=1; i<=num_cols; i++) 290 290 { 291 291 const std::string num(std::to_string(i));
Note:
See TracChangeset
for help on using the changeset viewer.