Placed ResInsight code in separate namespace called external

This commit is contained in:
Paul Egberts
2023-03-10 10:06:04 +01:00
parent bfebe538c2
commit 8467d82eb6
156 changed files with 352 additions and 57 deletions

View File

@@ -8,6 +8,8 @@
#include <algorithm>
#include <array>
namespace external
{
namespace caf
{
//--------------------------------------------------------------------------------------------------
@@ -1590,3 +1592,4 @@ cvf::uint HexGridIntersectionTools::planeMcTetIntersection( const cvf::Plane&
} // namespace caf
// clang-format on
} //namespace external