Fem: include FemGlobal.h

This commit is contained in:
wmayer
2021-12-18 14:35:20 +01:00
parent e743c30f3b
commit d88165c284
48 changed files with 66 additions and 53 deletions

View File

@@ -79,6 +79,6 @@ template<> PyObject* Fem::FemSolverObjectPython::getPyObject(void) {
}
/// @endcond
// explicit template instantiation
template class AppFemExport FeaturePythonT<Fem::FemSolverObject>;
template class FemExport FeaturePythonT<Fem::FemSolverObject>;
}