Changeset 2163 for trunk/src/Scantable.h


Ignore:
Timestamp:
05/10/11 15:02:56 (13 years ago)
Author:
Malte Marquarding
Message:

Remove various compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2161 r2163  
    372372    { historyTable_.append(otherhist); }
    373373
    374   std::string headerSummary(bool verbose=false);
    375   std::string summary(bool verbose=false);
     374  std::string headerSummary();
     375  std::string summary();
    376376  //std::string getTime(int whichrow=-1, bool showdate=true) const;
    377377  std::string getTime(int whichrow=-1, bool showdate=true, casa::uInt prec=0) const;
Note: See TracChangeset for help on using the changeset viewer.