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

View File

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

View File

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

View File

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

View File

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