Changeset 1947 for trunk/src/Scantable.h
- Timestamp:
- 11/10/10 14:48:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.h
r1931 r1947 368 368 369 369 std::string summary(bool verbose=false); 370 std::string getTime(int whichrow=-1, bool showdate=true) const; 370 //std::string getTime(int whichrow=-1, bool showdate=true) const; 371 std::string getTime(int whichrow=-1, bool showdate=true, casa::uInt prec=0) const; 371 372 double getIntTime(int whichrow) const { return integrCol_(whichrow); } 372 373 … … 505 506 506 507 std::string formatTime(const casa::MEpoch& me, bool showdate)const; 508 std::string formatTime(const casa::MEpoch& me, bool showdate, casa::uInt prec)const; 507 509 508 510 /**
Note:
See TracChangeset
for help on using the changeset viewer.