mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
INP import updates (#10952)
Support reading element type results Automatically load properties from INP include files generated by Fault Reactivation Model exporter Some refactoring of element and result types.
This commit is contained in:
@@ -371,7 +371,7 @@ bool RiuMohrsCirclePlot::addOrUpdateCurves( const RimGeoMechResultDefinition* ge
|
||||
{
|
||||
RigFemPart* femPart = geomResDef->ownerCaseData()->femParts()->part( gridIndex );
|
||||
|
||||
if ( femPart->elementType( elmIndex ) != HEX8P ) return false;
|
||||
if ( femPart->elementType( elmIndex ) != RigElementType::HEX8P ) return false;
|
||||
|
||||
RigFemPartResultsCollection* resultCollection = geomResDef->geoMechCase()->geoMechData()->femPartResults();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user