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:
mosfet80
2025-04-14 18:05:55 +02:00
committed by GitHub
parent 6c3d85221d
commit 3eabb0a29b
8 changed files with 0 additions and 61 deletions

View File

@@ -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):