Optionally apply a grid calculation on all grids

This commit is contained in:
Magne Sjaastad
2023-11-07 14:04:53 +01:00
parent 3bf81b44d5
commit 7eb3e98bb2
8 changed files with 215 additions and 97 deletions

View File

@@ -244,6 +244,14 @@ bool RimUserDefinedCalculation::parseExpression()
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimUserDefinedCalculation::preCalculate() const
{
return true;
}
//--------------------------------------------------------------------------------------------------
/// Find the last assignment using := and interpret the text before the := as LHS
//--------------------------------------------------------------------------------------------------