Changeset 16898 for trunk/Mars


Ignore:
Timestamp:
06/24/13 16:04:52 (11 years ago)
Author:
lyard
Message:
Propagated the new naming of enums to other files....
File:
1 edited

Legend:

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

    r16897 r16898  
    145145        if (fTable.is_compressed)
    146146        for (auto it=fTable.sorted_cols.begin(); it!= fTable.sorted_cols.end(); it++)
    147             if (it->comp != kCompFACT)
    148147            {
    149148                if (it->comp == kCompFACT)
     
    158157#endif
    159158            }
    160         }
    161159
    162160        fColumnOrdering.resize(fTable.sorted_cols.size());
Note: See TracChangeset for help on using the changeset viewer.