diff --git a/src/Gui/ViewProviderDocumentObjectPy.xml b/src/Gui/ViewProviderDocumentObjectPy.xml index 506a11fda4..c2fa0dc08d 100644 --- a/src/Gui/ViewProviderDocumentObjectPy.xml +++ b/src/Gui/ViewProviderDocumentObjectPy.xml @@ -1,12 +1,12 @@ - diff --git a/src/Gui/Workbench.cpp b/src/Gui/Workbench.cpp index b58c3e2eb7..a010204dbd 100644 --- a/src/Gui/Workbench.cpp +++ b/src/Gui/Workbench.cpp @@ -178,7 +178,7 @@ using namespace Gui; * One of the key concepts of the workbench framework is to load a module at runtime when the user needs some function that it * provides. So, if the user doesn't need a module it never gets loaded into RAM. This speeds up the startup procedure of * FreeCAD and saves memory. - * + * * At startup FreeCAD scans all module directories and invokes InitGui.py. So an item for a workbench gets created. If the user * clicks on such an item the matching module gets loaded, the C++ workbench gets registered and activated. * diff --git a/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py b/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py index 920b962fba..e3fd701a5f 100644 --- a/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py +++ b/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py @@ -133,7 +133,7 @@ class Proxy(nonlinear.Proxy, equationbase.Magnetodynamic2DProxy): obj.CalculateNodalFields = True obj.CalculateNodalForces = False obj.CalculateNodalHeating = False - + class ViewProxy(nonlinear.ViewProxy, equationbase.Magnetodynamic2DViewProxy): pass diff --git a/src/Mod/Fem/femsolver/elmer/writer.py b/src/Mod/Fem/femsolver/elmer/writer.py index 699459b4ff..bcddb3a8c3 100644 --- a/src/Mod/Fem/femsolver/elmer/writer.py +++ b/src/Mod/Fem/femsolver/elmer/writer.py @@ -554,7 +554,7 @@ class Writer(object): "The possible settings are:\n'Cartesian 2D',\n" "'Cartesian 3D',\nor 'Axi Symmetric'".format(self.solver.CoordinateSystem) ) - + solverSection = MgDyn2D.getMagnetodynamic2DSolver(equation) solverPostSection = MgDyn2D.getMagnetodynamic2DSolverPost(equation) for body in activeIn: