Skip to content
Snippets Groups Projects
Commit 14ec28ad authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops

parent c1e5e134
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,14 @@ class mystack; ...@@ -10,14 +10,14 @@ class mystack;
class mymap; class mymap;
#include <string> #include <string>
#include "IO.h" #include "GmshIO.h"
// Singleton, one function manager for all parsers. // Singleton, one function manager for all parsers.
class FunctionManager class FunctionManager
{ {
mymap *functions; mymap *functions;
mystack *calls; mystack *calls;
FunctionManager (); FunctionManager ();
static FunctionManager *instance; static FunctionManager *instance;
public : public :
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <map> #include <map>
#include <string> #include <string>
#include <vector> #include <vector>
#include "GmshIO.h" #include "GmshIO.h"
int gmsh_yyparse(); int gmsh_yyparse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment