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
@@ -35,8 +35,7 @@ CAF_CMD_SOURCE_INIT( RicAdd3dWellLogFileCurveFeature, "RicAdd3dWellLogFileCurveF
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RicAdd3dWellLogFileCurveFeature::isCommandEnabled() const
|
||||
{
|
||||
std::vector<RimCase*> cases;
|
||||
RimProject::current()->allCases( cases );
|
||||
std::vector<RimCase*> cases = RimProject::current()->allGridCases();
|
||||
if ( cases.empty() ) return false;
|
||||
|
||||
return ( RicWellLogTools::findWellPathWithLogFileFromSelection() != nullptr );
|
||||
|
||||
Reference in New Issue
Block a user