Changeset 18585 for trunk/FACT++
- Timestamp:
- 09/16/16 14:54:27 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r18490 r18585 408 408 //! Perform the actual dump, based on the current parameters 409 409 // 410 void FitsDumper::Dump(ostream &fout, const vector<string> &format, const vector<MyColumn> &cols, const string & filter, size_t first, size_t limit, const string &filename)410 void FitsDumper::Dump(ostream &fout, const vector<string> &format, const vector<MyColumn> &cols, const string &/*filter*/, size_t first, size_t limit, const string &filename) 411 411 { 412 412 const fits::Table::Keys &fKeyMap = GetKeys(); … … 632 632 } 633 633 634 void FitsDumper::DumpRoot(ostream & fout, const vector<string> &cols, const string &filter, size_t first, size_t limit, const string &filename)634 void FitsDumper::DumpRoot(ostream &/*fout*/, const vector<string> &/*cols*/, const string &/*filter*/, size_t /*first*/, size_t /*limit*/, const string &/*filename*/) 635 635 { 636 636 #ifdef HAVE_ROOT … … 836 836 } 837 837 838 void FitsDumper::DumpStats(ostream &fout, const vector<MyColumn> &cols, const string & filter, size_t first, size_t limit)838 void FitsDumper::DumpStats(ostream &fout, const vector<MyColumn> &cols, const string &/*filter*/, size_t first, size_t limit) 839 839 { 840 840 #ifdef HAVE_ROOT
Note:
See TracChangeset
for help on using the changeset viewer.