Fem: include FemGlobal.h

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

View File

@@ -501,7 +501,7 @@ template<> PyObject* Fem::ConstraintPython::getPyObject(void) {
}
// explicit template instantiation
template class AppFemExport FeaturePythonT<Fem::Constraint>;
template class FemExport FeaturePythonT<Fem::Constraint>;
/// @endcond