Changeset 1705 for branches/alma
- Timestamp:
- 02/17/10 17:19:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STMath.cpp
r1693 r1705 88 88 String obstype = in[0]->getHeader().obstype ; 89 89 Double tol = 0.0 ; 90 if ( obstype.find( "OTF" ) != String::npos) {90 if ( (obstype.find( "OTF" ) != String::npos) || (obstype.find( "OBSERVE_TARGET" ) != String::npos) ) { 91 91 tol = TOL_OTF ; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.