Skip to content
Snippets Groups Projects
Unverified Commit 4f28b5ed authored by René Milk's avatar René Milk Committed by GitHub
Browse files

Merge pull request #39 from dune-community/remove_last_fem_remnants

remove last dune-fem compat code
parents 0aa7a6de a07ce1fa
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,6 @@
#include <dune/common/parallel/mpihelper.hh>
#if HAVE_DUNE_FEM
#include <dune/fem/misc/mpimanager.hh>
#endif
#include <dune/pybindxi/pybind11.h>
#include <dune/pybindxi/stl.h>
......@@ -92,9 +88,6 @@ PYBIND11_MODULE(_la, m)
int argc = Dune::XT::Common::numeric_cast<int>(args.size());
char** argv = Dune::XT::Common::vector_to_main_args(args);
Dune::MPIHelper::instance(argc, argv);
#if HAVE_DUNE_FEM
Dune::Fem::MPIManager::initialize(argc, argv);
#endif
},
"args"_a = std::vector<std::string>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment