FEM: sovler framework ccx z88, add comment

This commit is contained in:
Bernd Hahnebach
2018-01-11 07:12:55 +01:00
parent 90ff0d9eac
commit c6740dc89f
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ class Prepare(run.Prepare):
c.beam_sections, c.shell_thicknesses, c.fluid_sections,
self.solver.AnalysisType, self.directory)
path = w.write_calculix_input_file()
# report to user if task succeeded
if path is not None:
self.pushStatus("Write completed!")
else:

View File

@@ -67,6 +67,7 @@ class Prepare(run.Prepare):
c.beam_sections, c.shell_thicknesses, c.fluid_sections,
self.solver.AnalysisType, self.directory)
path = w.write_z88_input()
# report to user if task succeeded
if path is not None:
self.pushStatus("Write completed!")
else: