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:
@@ -135,7 +135,8 @@ QString RiuFemResultTextBuilder::geometrySelectionText( QString itemSeparator )
|
||||
int elementId = femPart->elmId( m_cellIndex );
|
||||
auto elementType = femPart->elementType( m_cellIndex );
|
||||
|
||||
text += QString( "Element : Id[%1], Type[%2]" ).arg( elementId ).arg( RigFemTypes::elementTypeText( elementType ) );
|
||||
text +=
|
||||
QString( "Element : Id[%1], Type[%2]" ).arg( elementId ).arg( QString::fromStdString( RigFemTypes::elementTypeText( elementType ) ) );
|
||||
|
||||
size_t i = 0;
|
||||
size_t j = 0;
|
||||
|
||||
Reference in New Issue
Block a user