Changeset 12056 for trunk/FACT++/src/DataCalib.cc
- Timestamp:
- 09/09/11 10:12:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataCalib.cc
r12036 r12056 124 124 fits file(str); 125 125 if (!file) 126 return false; 126 { 127 msg.Error("Opening '"+str+"' failed: "+string(strerror(errno))); 128 return false; 129 } 127 130 128 131 if (file.GetStr("TELESCOP")!="FACT")
Note:
See TracChangeset
for help on using the changeset viewer.