Changeset 1140 for trunk/src/STMathWrapper.h
- Timestamp:
 - 08/16/06 09:12:28 (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/STMathWrapper.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/STMathWrapper.h
r1078 r1140 144 144 const std::string& newtype ) 145 145 { return ScantableWrapper(STMath::convertPolarisation(in.getCP(),newtype)); } 146 147 ScantableWrapper mxExtract( const ScantableWrapper& in, 148 const std::string& scantype="on" ) 149 { return ScantableWrapper(STMath::mxExtract(in.getCP(),scantype)); } 146 150 147 151 };  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  