Fix missing symbol

This commit is contained in:
Matthias Hochsteger 2024-05-03 18:18:57 +02:00
parent ffed800586
commit 9b8ec31844

View File

@ -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