#9102 Thermal Fracture: handle field units.

This commit is contained in:
Kristian Bendiksen
2022-08-03 14:07:20 +02:00
parent f102a8b249
commit a87e05035d
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 )