mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove obsolete code causing grid to be loaded for all cases
This commit is contained in:
parent
74f55c885b
commit
8c5802c556
@ -181,8 +181,6 @@ bool RimGridCalculation::calculate()
|
||||
{
|
||||
if ( !calculationCase ) continue;
|
||||
|
||||
calculationCase->ensureReservoirCaseIsOpen();
|
||||
|
||||
if ( !calculationCase->eclipseCaseData() )
|
||||
{
|
||||
QString msg = QString( "No data available for case %1, aborting calculation" ).arg( calculationCase->caseUserDescription() );
|
||||
|
Loading…
Reference in New Issue
Block a user