Changeset 19404 for trunk/Mars/mcore


Ignore:
Timestamp:
11/15/18 20:03:56 (6 years ago)
Author:
tbretz
Message:
Make i consistent with num_cols
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r19250 r19404  
    287287
    288288            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++)
    290290            {
    291291                const std::string num(std::to_string(i));
Note: See TracChangeset for help on using the changeset viewer.