Changeset 913
- Timestamp:
- 03/21/06 14:50:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r905 r913 56 56 #include "Scantable.h" 57 57 #include "STPolLinear.h" 58 #include "STPolStokes.h" 58 59 #include "STAttr.h" 59 60 #include "MathUtils.h" … … 68 69 if ( factories_.empty() ) { 69 70 Scantable::factories_["linear"] = &STPolLinear::myFactory; 71 Scantable::factories_["stokes"] = &STPolStokes::myFactory; 70 72 } 71 73 }
Note:
See TracChangeset
for help on using the changeset viewer.