Changeset 1385
- Timestamp:
- 07/13/07 12:09:58 (17 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.h
r1375 r1385 78 78 * @param[in] name the name of the existing Scantable 79 79 */ 80 Scantable(const std::string& name, casa::Table::TableType ttype = casa::Table::Memory);80 explicit Scantable(const std::string& name, casa::Table::TableType ttype = casa::Table::Memory); 81 81 82 82 /// @fixme this is only sensible for MemoryTables.... -
trunk/src/ScantableWrapper.h
r1360 r1385 36 36 37 37 public: 38 ScantableWrapper( const std::string& name,38 explicit ScantableWrapper( const std::string& name, 39 39 int type=0) 40 40 {
Note:
See TracChangeset
for help on using the changeset viewer.