mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fault Reactivation Model: Remove incorrect boundary conditions.
This commit is contained in:
@@ -316,15 +316,6 @@ std::pair<bool, std::string>
|
||||
}
|
||||
}
|
||||
|
||||
std::string partSymmetry = "XSYMM";
|
||||
for ( const auto& part : parts )
|
||||
{
|
||||
auto partNameIt = partNames.find( part );
|
||||
CAF_ASSERT( partNameIt != partNames.end() );
|
||||
std::string partName = partNameIt->second;
|
||||
printBoundaryCondition( stream, partName + "." + partName, partSymmetry );
|
||||
}
|
||||
|
||||
return { true, "" };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user