Skip to content

Commit

Permalink
Code review: move new code to mesh namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fmahebert committed May 17, 2023
1 parent bf11082 commit b48c753
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/atlas/mesh/MeshBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "atlas/util/CoordinateEnums.h"

namespace atlas {
namespace mesh {

//----------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -139,4 +140,5 @@ Mesh MeshBuilder::operator()(size_t nb_nodes, const double lons[], const double

//----------------------------------------------------------------------------------------------------------------------

} // namespace mesh
} // namespace atlas
2 changes: 2 additions & 0 deletions src/atlas/mesh/MeshBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <vector>

namespace atlas {
namespace mesh {

//-----------------------------------------------------------------------------

Expand Down Expand Up @@ -70,4 +71,5 @@ class MeshBuilder {

//-----------------------------------------------------------------------------

} // namespace mesh
} // namespace atlas
2 changes: 2 additions & 0 deletions src/tests/mesh/test_mesh_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "tests/AtlasTestEnvironment.h"
#include "tests/mesh/helper_mesh_builder.h"

using namespace atlas::mesh;

//#include "atlas/output/Gmsh.h"
//using namespace atlas::output;

Expand Down
2 changes: 2 additions & 0 deletions src/tests/mesh/test_mesh_builder_parallel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include "tests/AtlasTestEnvironment.h"
#include "tests/mesh/helper_mesh_builder.h"

using namespace atlas::mesh;

//#include "atlas/output/Gmsh.h"
//using namespace atlas::output;

Expand Down

0 comments on commit b48c753

Please sign in to comment.