Update src/Mod/Fem/App/AppFem.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
483dbbae33
commit
45bcd8ce6e
@@ -87,7 +87,7 @@ PyMOD_INIT_FUNC(Fem)
|
||||
PyMOD_Return(nullptr);
|
||||
}
|
||||
PyObject* femModule = Fem::initModule();
|
||||
Base::Console().log("Loading Fem module… done\n");
|
||||
Base::Console().log("Loading FEM module… done\n");
|
||||
|
||||
// clang-format off
|
||||
Fem::StdMeshers_Arithmetic1DPy ::init_type(femModule);
|
||||
|
||||
Reference in New Issue
Block a user