#5785 Add timelapse calculator one time.

This commit is contained in:
Kristian Bendiksen 2020-05-12 06:18:44 +02:00 committed by Magne Sjaastad
parent 641d6e2384
commit 2bc677b8c8

View File

@ -112,8 +112,6 @@ RigFemPartResultsCollection::RigFemPartResultsCollection( RifGeoMechReaderInterf
m_biotFixedFactor = 1.0;
m_biotResultAddress = "";
m_resultCalculators.push_back(
std::unique_ptr<RigFemPartResultCalculator>( new RigFemPartResultCalculatorTimeLapse( *this ) ) );
m_resultCalculators.push_back(
std::unique_ptr<RigFemPartResultCalculator>( new RigFemPartResultCalculatorTimeLapse( *this ) ) );
m_resultCalculators.push_back(