mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
parallel
This commit is contained in:
parent
5051b5b8f7
commit
44ba130d9c
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user