FEM: Remove no longer relevant comment. QuickAnalysis solved the problem
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
a9b28e541b
commit
472b4943ce
|
@ -314,8 +314,6 @@ class _JobControlTaskPanel:
|
|||
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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user