Write more data to inp file.

This commit is contained in:
Kristian Bendiksen
2023-08-28 12:04:07 +02:00
parent 3817cea3cf
commit ddd7410730
6 changed files with 507 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ RigFaultReactivationModel::RigFaultReactivationModel()
for ( auto part : allGridParts() )
{
m_3dparts[part] = std::make_shared<RigGriddedPart3d>();
m_3dparts[part] = std::make_shared<RigGriddedPart3d>( part == GridPart::PART2 );
}
}