Changeset 16935 for trunk/Mars/mcore


Ignore:
Timestamp:
06/27/13 13:10:44 (11 years ago)
Author:
lyard
Message:
god rid of ambiguous cast error
File:
1 edited

Legend:

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

    r16896 r16935  
    285285
    286286            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++)
    288288            {
    289289                const string num(to_string(i));
Note: See TracChangeset for help on using the changeset viewer.