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
@@ -42,10 +42,8 @@ RicfCreateView::RicfCreateView()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::PdmScriptResponse RicfCreateView::execute()
|
||||
{
|
||||
RimProject* project = RimProject::current();
|
||||
std::vector<RimCase*> allCases;
|
||||
project->allCases( allCases );
|
||||
|
||||
RimProject* project = RimProject::current();
|
||||
std::vector<RimCase*> allCases = project->allGridCases();
|
||||
for ( RimCase* rimCase : allCases )
|
||||
{
|
||||
if ( rimCase->caseId() == m_caseId() )
|
||||
|
||||
Reference in New Issue
Block a user