mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fault Reactivation Export: Remove front and back sets.
This commit is contained in:
parent
78becc81ac
commit
1b70eaabb4
@ -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" },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user