MOD: assembly clean (#20557)
* MOD: assembly clean clean code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update AssemblyLink.cpp --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -175,7 +175,6 @@ class Simulation:
|
||||
|
||||
def execute(self, feaPy):
|
||||
"""Do something when doing a recomputation, this method is mandatory"""
|
||||
# App.Console.PrintMessage("Recompute Python Box feature\n")
|
||||
pass
|
||||
|
||||
def getAssembly(self, feaPy):
|
||||
@@ -329,7 +328,6 @@ class Motion:
|
||||
|
||||
def execute(self, feaPy):
|
||||
"""Do something when doing a recomputation, this method is mandatory"""
|
||||
# App.Console.PrintMessage("Recompute Python Box feature\n")
|
||||
pass
|
||||
|
||||
def getSimulation(self, feaPy):
|
||||
|
||||
Reference in New Issue
Block a user