mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-30 06:40:34 +05:00
Fix missing symbol
This commit is contained in:
parent
ffed800586
commit
9b8ec31844
@ -1,16 +1,13 @@
|
|||||||
#include "python_ngcore.hpp"
|
#include "python_ngcore.hpp"
|
||||||
#include "bitarray.hpp"
|
#include "bitarray.hpp"
|
||||||
#include "taskmanager.hpp"
|
#include "taskmanager.hpp"
|
||||||
|
#include "ng_mpi.hpp"
|
||||||
|
|
||||||
using namespace ngcore;
|
using namespace ngcore;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace pybind11::literals;
|
using namespace pybind11::literals;
|
||||||
|
|
||||||
|
|
||||||
namespace ngcore {
|
|
||||||
NGCORE_API void InitMPI();
|
|
||||||
}
|
|
||||||
|
|
||||||
PYBIND11_MODULE(pyngcore, m) // NOLINT
|
PYBIND11_MODULE(pyngcore, m) // NOLINT
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user