Changeset 10933 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 06/08/11 20:10:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r10927 r10933 147 147 try 148 148 { 149 string factTableName = "FACT-" +tableName;149 string factTableName = tableName; 150 150 //first, let's check if the table already exist in the file 151 151 vector<string> tryToLoadName; … … 339 339 // -------------------------------------------------------------------------- 340 340 //! Returns the size on the disk of the Fits file being written. 341 int Fits::GetWrittenSize() 341 int Fits::GetWrittenSize() const 342 342 { 343 343 if (!IsOpen())
Note:
See TracChangeset
for help on using the changeset viewer.