Changeset 12044 for trunk/FACT++


Ignore:
Timestamp:
09/08/11 21:50:44 (13 years ago)
Author:
tbretz
Message:
Fixed call to IsValid
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.h

    r11966 r12044  
    4747    static bool ReadFits(const string &fname, MessageImp &msg);
    4848
    49     static int IsValid() { return fStep>3; }
     49    static bool IsValid() { return fStep>2; }
    5050};
    5151
Note: See TracChangeset for help on using the changeset viewer.