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