- Timestamp:
- 08/07/15 17:51:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r3044 r3045 93 93 94 94 Scantable::Scantable(Table::TableType ttype) : 95 type_(ttype) 95 type_(ttype), 96 cubicSplineModelPool_() 96 97 { 97 98 initFactories(); … … 117 118 118 119 Scantable::Scantable(const std::string& name, Table::TableType ttype) : 119 type_(ttype) 120 type_(ttype), 121 cubicSplineModelPool_() 120 122 { 121 123 initFactories();
Note:
See TracChangeset
for help on using the changeset viewer.