mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Remove deprecated method.
This commit is contained in:
committed by
Magne Sjaastad
parent
5ecf621357
commit
1899184a41
@@ -69,11 +69,10 @@ void RicfSetTimeStep::setTimeStepIndex( int timeStepIndex )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::PdmScriptResponse RicfSetTimeStep::execute()
|
||||
{
|
||||
RimCase* rimCase = nullptr;
|
||||
std::vector<RimCase*> allCases;
|
||||
RimCase* rimCase = nullptr;
|
||||
|
||||
{
|
||||
RimProject::current()->allCases( allCases );
|
||||
std::vector<RimCase*> allCases = RimProject::current()->allGridCases();
|
||||
|
||||
bool foundCase = false;
|
||||
for ( RimCase* c : allCases )
|
||||
|
||||
Reference in New Issue
Block a user