Changeset 1323
- Timestamp:
- 03/23/07 09:23:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1189 r1323 70 70 if ( factories_.empty() ) { 71 71 Scantable::factories_["linear"] = &STPolLinear::myFactory; 72 Scantable::factories_["circular"] = &STPol Stokes::myFactory;72 Scantable::factories_["circular"] = &STPolCircular::myFactory; 73 73 Scantable::factories_["stokes"] = &STPolStokes::myFactory; 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.