Skip to content
Snippets Groups Projects
Commit 41dcbcfd authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix compilation with g++

parent 6add3ad1
No related branches found
No related tags found
1 merge request!182Get rid of IMesh (mesh interface class) and use MeshVariant instead
...@@ -14,7 +14,7 @@ class Mesh : public std::enable_shared_from_this<Mesh<MeshDimension>> ...@@ -14,7 +14,7 @@ class Mesh : public std::enable_shared_from_this<Mesh<MeshDimension>>
{ {
public: public:
static constexpr size_t Dimension = MeshDimension; static constexpr size_t Dimension = MeshDimension;
using Connectivity = Connectivity<Dimension>; using Connectivity = ::Connectivity<Dimension>;
using Rd = TinyVector<Dimension>; using Rd = TinyVector<Dimension>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment