Skip to content

Commit

Permalink
FEM: Add message to indicate end of writing CalculiX input file
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Mar 21, 2015
1 parent ea640ea commit 47b88e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -515,6 +515,7 @@ def writeCalculixInputFile(self):
inpfile.write('**\n')

inpfile.close()
self.femConsoleMessage("Write completed.")

QApplication.restoreOverrideCursor()

Expand Down

0 comments on commit 47b88e4

Please sign in to comment.