mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fault React. Assessment updates, part 2 (#7735)
* Add additional parameters to postprocessing script.
This commit is contained in:
@@ -76,3 +76,11 @@ QString RimDoubleParameter::stringValue() const
|
||||
{
|
||||
return QString::number( m_value() );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
double RimDoubleParameter::value() const
|
||||
{
|
||||
return m_value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user