mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
move namespaces in meshing.hpp into headers
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user