move namespaces in meshing.hpp into headers

This commit is contained in:
Christopher Lackner
2023-09-04 13:43:47 +02:00
parent 78e92c76df
commit 95ca834605
55 changed files with 310 additions and 640 deletions

View File

@@ -1,10 +1,14 @@
#include <mystdlib.h>
#include "meshing.hpp"
#include "debugging.hpp"
#include "global.hpp"
#include <set>
#include <regex>
#include <mystdlib.h>
#include "global.hpp"
#include "debugging.hpp"
#include "boundarylayer.hpp"
#include "meshfunc.hpp"
namespace netgen
{