Changeset 17052 for trunk/Mars


Ignore:
Timestamp:
08/28/13 08:06:20 (11 years ago)
Author:
lyard
Message:
Removed debug output messages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r17035 r17052  
    714714    fits(const string &fname, const string& tableName="", bool force=false) : izstream(fname.c_str())
    715715    {
    716         gLog << "Here..." <<endl;
    717716        Constructor(fname, "", tableName, force);
    718717        if ((fTable.is_compressed && !force) ||
     
    730729    fits(const string &fname, const string &fout, const string& tableName, bool force=false) : izstream(fname.c_str())
    731730    {
    732         gLog << "There..." << endl;
    733731        Constructor(fname, fout, tableName, force);
    734732        if ((fTable.is_compressed && !force) ||
Note: See TracChangeset for help on using the changeset viewer.