Changeset 12044 for trunk/FACT++
- Timestamp:
- 09/08/11 21:50:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.h
r11966 r12044 47 47 static bool ReadFits(const string &fname, MessageImp &msg); 48 48 49 static int IsValid() { return fStep>3; }49 static bool IsValid() { return fStep>2; } 50 50 }; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.