mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9102 Thermal Fracture: handle field units.
This commit is contained in:
@@ -101,6 +101,7 @@ std::pair<std::shared_ptr<RigThermalFractureDefinition>, QString>
|
||||
return std::make_pair( nullptr, QString( "Inconsistent units found in file: %1" ).arg( filePath ) );
|
||||
}
|
||||
|
||||
definition->setUnitSystem( unitSystem );
|
||||
isFirstHeader = false;
|
||||
}
|
||||
else if ( isValidNode )
|
||||
|
||||
Reference in New Issue
Block a user