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
@@ -229,9 +229,7 @@ void RimWellPltPlot::updateFormationsOnPlot() const
|
||||
{
|
||||
/// Set default case. Todo : Use the first of the selected cases in the
|
||||
/// plot
|
||||
std::vector<RimCase*> cases;
|
||||
proj->allCases( cases );
|
||||
|
||||
std::vector<RimCase*> cases = proj->allGridCases();
|
||||
if ( !cases.empty() )
|
||||
{
|
||||
formationNamesCase = cases[0];
|
||||
|
||||
@@ -209,9 +209,7 @@ void RimWellRftPlot::updateFormationsOnPlot() const
|
||||
if ( !formationNamesCase )
|
||||
{
|
||||
/// Set default case. Todo : Use the first of the selected cases in the plot
|
||||
std::vector<RimCase*> cases;
|
||||
proj->allCases( cases );
|
||||
|
||||
std::vector<RimCase*> cases = proj->allGridCases();
|
||||
if ( !cases.empty() )
|
||||
{
|
||||
formationNamesCase = cases[0];
|
||||
|
||||
Reference in New Issue
Block a user