Changeset 12672
- Timestamp:
- 11/30/11 14:58:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r12639 r12672 20 20 #include "MessageImp.h" 21 21 22 23 22 #include <sys/stat.h> //for file stats 24 23 #include <cstdio> // for file rename 24 #include <cerrno> 25 25 26 26 using namespace std; … … 214 214 fFile->WriteKeyNT("COMMENT", fTableDesc, ""); 215 215 //END COMMENTS UPDATE 216 return fFile->GetNumRows()==0 ? true : WriteHeaderKeys();216 return fFile->GetNumRows()==0 ? WriteHeaderKeys() : true; 217 217 } 218 218 catch (const CCfits::FitsException &e)
Note:
See TracChangeset
for help on using the changeset viewer.