Fault Reactivation Export: Remove front and back sets.

This commit is contained in:
Kristian Bendiksen 2023-09-29 12:03:18 +02:00
parent 78becc81ac
commit 1b70eaabb4

View File

@ -60,8 +60,6 @@ std::pair<bool, std::string> RifFaultReactivationModelExporter::exportToStream(
std::map<RigGriddedPart3d::Boundary, std::string> boundaries = {
{ RigGriddedPart3d::Boundary::Bottom, "BOTTOM" },
{ RigGriddedPart3d::Boundary::Back, "BACK" },
{ RigGriddedPart3d::Boundary::Front, "FRONT" },
{ RigGriddedPart3d::Boundary::FarSide, "FARSIDE" },
};