Skip to content

Commit

Permalink
FEM: Remove no longer relevant comment. QuickAnalysis solved the problem
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF committed Jul 27, 2015
1 parent a9b28e5 commit 472b494
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -314,8 +314,6 @@ def femConsoleMessage(self, message="", color="#000000"):
self.form.textEdit_Output.moveCursor(QtGui.QTextCursor.End)

def printCalculiXstdout(self):
#There is probably no need to show user output from CalculiX. It should be
#written to a file in the calcs directory and shown to user upon request [BUTTON]
out = self.Calculix.readAllStandardOutput()
if out.isEmpty():
self.femConsoleMessage("CalculiX stdout is empty", "#FF0000")
Expand Down

0 comments on commit 472b494

Please sign in to comment.