- Timestamp:
- 03/11/11 03:56:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2032 r2036 1288 1288 String::size_type pos2 = out.find("//") ; 1289 1289 if ( pos2 != String::npos ) 1290 out = out.substr(pos2+2,pos1 ) ;1290 out = out.substr(pos2+2,pos1-pos2-2) ; 1291 1291 else if ( pos1 != String::npos ) 1292 1292 out = out.substr(0,pos1) ;
Note:
See TracChangeset
for help on using the changeset viewer.