1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 16:42:03 +05:00
This commit is contained in:
Joachim Schoeberl 2009-01-25 14:33:05 +00:00
parent 5051b5b8f7
commit 44ba130d9c
4 changed files with 0 additions and 8 deletions

@ -1,9 +1,6 @@
#include <mystdlib.h>
#include "meshing.hpp"
#ifdef PARALLEL
#include <parallel.hpp>
#endif
namespace netgen
{

@ -2,9 +2,6 @@
#include "meshing.hpp"
#ifdef PARALLEL
#include <parallel.hpp>
#endif
namespace netgen
{

@ -1,7 +1,6 @@
#ifdef PARALLEL
#include <meshing.hpp>
#include "parallel.hpp"
#include "paralleltop.hpp"

@ -2,7 +2,6 @@
#include <meshing.hpp>
#include "parallel.hpp"
#include "paralleltop.hpp"