Changeset 2943 for trunk


Ignore:
Timestamp:
05/13/14 14:52:27 (10 years ago)
Author:
Malte Marquarding
Message:

The casacore nrao-nov12 branch no longer supports CountedConstPtr? - use CountedPtr? instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STLineFinder.h

    r2666 r2943  
    232232                                      throw (casa::AipsError);
    233233private:
    234    casa::CountedConstPtr<Scantable> scan; // the scan to work with
     234   casa::CountedPtr<Scantable> scan; // the scan to work with
    235235   casa::Vector<casa::Bool> mask;          // associated mask
    236236   std::pair<int,int> edge;                // start and stop+1 channels
Note: See TracChangeset for help on using the changeset viewer.