mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
namespace
This commit is contained in:
parent
1e6829d8c7
commit
ae2eb4d0d8
@ -29,11 +29,14 @@ enum NG_REFINEMENT_TYPE { NG_REFINE_H = 0, NG_REFINE_P = 1, NG_REFINE_HP = 2 };
|
|||||||
#ifndef PARALLEL
|
#ifndef PARALLEL
|
||||||
typedef int MPI_Comm;
|
typedef int MPI_Comm;
|
||||||
#endif
|
#endif
|
||||||
namespace netgen { extern DLL_HEADER MPI_Comm ng_comm; }
|
|
||||||
|
|
||||||
|
|
||||||
namespace netgen
|
namespace netgen
|
||||||
{
|
{
|
||||||
|
using namespace std;
|
||||||
|
using namespace ngcore;
|
||||||
|
|
||||||
|
extern DLL_HEADER MPI_Comm ng_comm;
|
||||||
|
|
||||||
static constexpr int POINTINDEX_BASE = 1;
|
static constexpr int POINTINDEX_BASE = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user