Skip to content
Snippets Groups Projects
Commit 97eecf47 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

No need of function.h ?? (Bug compilation)

parent 59c047e7
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "GEntity.h" #include "GEntity.h"
#include "GModel.h" #include "GModel.h"
#include "gmshLevelset.h" #include "gmshLevelset.h"
#include "function.h" //#include "function.h"
static void increaseStencil(MVertex *v, v2t_cont &adj, std::vector<MElement*> &lt){ static void increaseStencil(MVertex *v, v2t_cont &adj, std::vector<MElement*> &lt){
std::set<MElement*> stencil; std::set<MElement*> stencil;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment