Ignore:
Timestamp:
05/23/11 11:04:49 (13 years ago)
Author:
Malte Marquarding
Message:

Removed redundant argument 'verbose'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2163 r2178  
    217217  Scantable* getPtr() {return &(*table_);}
    218218
    219   std::string summary(bool verbose=false) const {
     219  std::string summary() const {
    220220    return table_->summary();
    221221  }
    222222
    223   std::string listHeader(bool verbose=false) const {
     223  std::string listHeader() const {
    224224    return table_->headerSummary();
    225225  }
Note: See TracChangeset for help on using the changeset viewer.