Ignore:
Timestamp:
06/08/11 20:10:58 (13 years ago)
Author:
tbretz
Message:
Removed the leading FACT- from the table names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r10927 r10933  
    147147        try
    148148        {
    149                 string factTableName = "FACT-" + tableName;
     149                string factTableName = tableName;
    150150                //first, let's check if the table already exist in the file
    151151                vector<string> tryToLoadName;
     
    339339// --------------------------------------------------------------------------
    340340//! Returns the size on the disk of the Fits file being written.
    341 int Fits::GetWrittenSize()
     341int Fits::GetWrittenSize() const
    342342{
    343343        if (!IsOpen())
Note: See TracChangeset for help on using the changeset viewer.