Changeset 17052 for trunk/Mars
- Timestamp:
- 08/28/13 08:06:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r17035 r17052 714 714 fits(const string &fname, const string& tableName="", bool force=false) : izstream(fname.c_str()) 715 715 { 716 gLog << "Here..." <<endl;717 716 Constructor(fname, "", tableName, force); 718 717 if ((fTable.is_compressed && !force) || … … 730 729 fits(const string &fname, const string &fout, const string& tableName, bool force=false) : izstream(fname.c_str()) 731 730 { 732 gLog << "There..." << endl;733 731 Constructor(fname, fout, tableName, force); 734 732 if ((fTable.is_compressed && !force) ||
Note:
See TracChangeset
for help on using the changeset viewer.