Ignore:
Timestamp:
08/07/12 16:06:33 (12 years ago)
Author:
Malte Marquarding
Message:

Bug fix: rtrim doesn't exist in casacore!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/GenericEdgeDetector.cpp

    r2617 r2626  
    6161      // should be "xx%" format
    6262      String fstr = option.asString( name ) ;
    63       fstr.rtrim( '%' ) ;
     63      fstr = fstr.substr(0,fstr.size()-1) ;
    6464      fraction_ = String::toFloat( fstr ) * 0.01 ;
    6565    }
Note: See TracChangeset for help on using the changeset viewer.