Fix trailing newlines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user