mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve property linking
* Allow linking of property filters across cases with same IJK size * Recalculate when grid is replaced Find dependencies between calculations and order them accordingly
This commit is contained in:
@@ -2906,7 +2906,7 @@ void RigCaseCellResultsData::computeCompletionTypeForTimeStep( size_t timeStep )
|
||||
for ( auto userCalculation : RimProject::current()->gridCalculationCollection()->calculations() )
|
||||
{
|
||||
auto gridCalculation = dynamic_cast<RimGridCalculation*>( userCalculation );
|
||||
if ( gridCalculation && gridCalculation->destinationEclipseCase() != eclipseCase ) continue;
|
||||
if ( gridCalculation && gridCalculation->outputEclipseCase() != eclipseCase ) continue;
|
||||
|
||||
QString generatedPropertyName = userCalculation->findLeftHandSide( userCalculation->expression() );
|
||||
if ( generatedPropertyName == propertyName )
|
||||
|
||||
Reference in New Issue
Block a user