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

Fix simple warning

parent 767f6549
No related branches found
No related tags found
1 merge request!37Feature/language
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#include <GmshReader.hpp> #include <GmshReader.hpp>
#include <Mesh.hpp> #include <Mesh.hpp>
class IMesh;
template <> template <>
inline ASTNodeDataType ast_node_data_type_from<std::shared_ptr<IMesh>> = {ASTNodeDataType::type_id_t, "mesh"}; inline ASTNodeDataType ast_node_data_type_from<std::shared_ptr<IMesh>> = {ASTNodeDataType::type_id_t, "mesh"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment