mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-12 16:17:29 +05:00
parallel restructure
This commit is contained in:
parent
6054d08eec
commit
3ce7cbc62f
@ -25,8 +25,9 @@
|
|||||||
|
|
||||||
#else // if PARALLEL
|
#else // if PARALLEL
|
||||||
|
|
||||||
#include <mystdlib.h>
|
|
||||||
#include <myadt.hpp>
|
// #include <mystdlib.h>
|
||||||
|
// #include <myadt.hpp>
|
||||||
// #include <meshing.hpp>
|
// #include <meshing.hpp>
|
||||||
// #include "incvis.hpp"
|
// #include "incvis.hpp"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <stlgeom.hpp>
|
#include <stlgeom.hpp>
|
||||||
|
|
||||||
#include <visual.hpp>
|
#include <visual.hpp>
|
||||||
#include <parallel.hpp>
|
// #include <parallel.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <visual.hpp>
|
#include <visual.hpp>
|
||||||
|
|
||||||
#include <parallel.hpp>
|
// #include <parallel.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <csg.hpp>
|
#include <csg.hpp>
|
||||||
#include <stlgeom.hpp>
|
#include <stlgeom.hpp>
|
||||||
|
|
||||||
#include <parallel.hpp>
|
// #include <parallel.hpp>
|
||||||
#include <visual.hpp>
|
#include <visual.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ MPI_Comm MPI_HIGHORDER_COMM;
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../libsrc/parallel/parallel.hpp"
|
// #include "../libsrc/parallel/parallel.hpp"
|
||||||
#include "parallelfunc.hpp"
|
#include "parallelfunc.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ The interface between the GUI and the netgen library
|
|||||||
#include "../libsrc/sockets/socketmanager.hpp"
|
#include "../libsrc/sockets/socketmanager.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <parallel.hpp>
|
// #include <parallel.hpp>
|
||||||
|
|
||||||
|
|
||||||
// to be sure to include the 'right' togl-version
|
// to be sure to include the 'right' togl-version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user