Ignore:
Timestamp:
05/16/17 14:07:28 (8 years ago)
Author:
Malte Marquarding
Message:

shared_ptr now in std namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/components/SpectralComponents/PCFSpectralElement.cc

    r2980 r3121  
    207207        // own functions in their constructors
    208208        _setFunction(
    209                 std::tr1::shared_ptr<Function<Double> >(
     209                std::shared_ptr<Function<Double> >(
    210210                        new Gaussian1D<Double>()
    211211                )
Note: See TracChangeset for help on using the changeset viewer.