#9102 Thermal Fracture: handle field units.

This commit is contained in:
Kristian Bendiksen
2022-08-03 14:07:20 +02:00
committed by Magne Sjaastad
parent d2d6e61271
commit 49bfc62ea7
7 changed files with 70 additions and 16 deletions

View File

@@ -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 )