WBS-plot: Add optional support for maximum curve interval for UCS parameter curve (#10118)

* WBS-plot: Add optional support for maximum curve interval for UCS parameter curve
* GeoMech: Guard out-of-bound access to Pore pressure data
This commit is contained in:
Magne Sjaastad
2023-04-19 07:16:13 +02:00
committed by GitHub
parent b7f8d0e0f1
commit d4f11e0f8f
5 changed files with 44 additions and 7 deletions

View File

@@ -103,6 +103,8 @@ public:
static QString smoothingUiOrderinglabel();
std::pair<bool, double> maximumCurvePointInterval() const;
private:
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions ) override;