Changeset 2111 for trunk/src/Scantable.h


Ignore:
Timestamp:
04/06/11 18:21:14 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed:

Test Programs: sdlist unit tests

Put in Release Notes: No

Module(s): scantable

Description:

Put header summarizing part of code Scantable::summary to a new function Scantable::headerSummary.
The function is accessible from python level using scantable._list_header()


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2094 r2111  
    371371    { historyTable_.append(otherhist); }
    372372
     373  std::string headerSummary(bool verbose=false);
    373374  std::string summary(bool verbose=false);
    374375  //std::string getTime(int whichrow=-1, bool showdate=true) const;
Note: See TracChangeset for help on using the changeset viewer.