Skip to content
Snippets Groups Projects
Commit e9f05e3b authored by Stefan Lang's avatar Stefan Lang
Browse files

namespaces

[[Imported from SVN: r7737]]
parent 504434d1
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@ extern int StartSurfaceNetgen (double h, int smooth, int display, int D);
extern int InitSurfaceNetgen (char * rulefilename);
#endif
extern INT GetLocalKoord(LGM_SURFACE *theSurface, DOUBLE *global, DOUBLE *local, DOUBLE *n);
extern INT NS_DIM_PREFIX Surface_Local2Global (LGM_SURFACE *theSurface, DOUBLE *global, DOUBLE *local);
static LGM_SURFACE *theSurface;
static HEAP *Heap;
......
......@@ -49,7 +49,6 @@
#include "mgheapmgr.h"
#include "namespace.h"
USING_UG_NAMESPACE
NS_DIM_PREFIX MULTIGRID * NS_DIM_PREFIX GetCurrentMultigrid();
#else
USING_UG_NAMESPACE
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment