From 2bc677b8c815819d1f72afcac2679d8396756b21 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Tue, 12 May 2020 06:18:44 +0200 Subject: [PATCH] #5785 Add timelapse calculator one time. --- .../GeoMech/GeoMechDataModel/RigFemPartResultsCollection.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultsCollection.cpp b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultsCollection.cpp index 2760b6abe7..aa6c30b792 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultsCollection.cpp +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultsCollection.cpp @@ -112,8 +112,6 @@ RigFemPartResultsCollection::RigFemPartResultsCollection( RifGeoMechReaderInterf m_biotFixedFactor = 1.0; m_biotResultAddress = ""; - m_resultCalculators.push_back( - std::unique_ptr( new RigFemPartResultCalculatorTimeLapse( *this ) ) ); m_resultCalculators.push_back( std::unique_ptr( new RigFemPartResultCalculatorTimeLapse( *this ) ) ); m_resultCalculators.push_back(