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:
@@ -444,7 +444,7 @@ void RimWellLogExtractionCurve::extractData( bool* isUsingPseudoLength,
|
||||
{
|
||||
curveData = extractEclipseData( eclipseCase, isUsingPseudoLength );
|
||||
}
|
||||
else if ( geomCase )
|
||||
else if ( geomCase && geomCase->geoMechData() )
|
||||
{
|
||||
curveData = extractGeomData( geomCase, isUsingPseudoLength, performDataSmoothing, smoothingThreshold );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user