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
@@ -64,8 +64,7 @@ caf::PdmScriptResponse RicfImportFormationNames::execute()
|
||||
if ( formationNames )
|
||||
{
|
||||
bool foundCase = false;
|
||||
std::vector<RimCase*> cases;
|
||||
RimProject::current()->allCases( cases );
|
||||
std::vector<RimCase*> cases = RimProject::current()->allGridCases();
|
||||
for ( RimCase* rimCase : cases )
|
||||
{
|
||||
if ( m_applyToCaseId() == -1 || ( rimCase->caseId() == m_applyToCaseId() ) )
|
||||
|
||||
Reference in New Issue
Block a user