mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix issues related to well bore stability plots
* Check if data is present * Move plot update to geomech case * Return empty vector if no data is present
This commit is contained in:
@@ -924,6 +924,9 @@ void RimGeoMechCase::updateFormationNamesData()
|
||||
rigCaseData->femPartResults()->setActiveFormationNames( nullptr );
|
||||
}
|
||||
|
||||
RimWellLogPlotCollection* plotCollection = RimMainPlotCollection::current()->wellLogPlotCollection();
|
||||
plotCollection->loadDataAndUpdateAllPlots();
|
||||
|
||||
std::vector<Rim3dView*> views = this->views();
|
||||
for ( Rim3dView* view : views )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user