From ac1fc259b2b54d8bb40fb52b399b53b3badf83f5 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 26 Jun 2017 21:27:00 +0100 Subject: [PATCH] FEM: ccx writer, change a comment --- src/Mod/Fem/FemInputWriterCcx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/FemInputWriterCcx.py b/src/Mod/Fem/FemInputWriterCcx.py index 2e71517f2d..d3a3ec4115 100644 --- a/src/Mod/Fem/FemInputWriterCcx.py +++ b/src/Mod/Fem/FemInputWriterCcx.py @@ -690,7 +690,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter): if self.analysis_type == 'thermomech': step += ', INC=' + str(self.solver_obj.IterationsThermoMechMaximum) elif self.analysis_type == 'static' or self.analysis_type == 'frequency': - pass # not supported for stati and frequency, ... really ? + pass # parameter is for thermomechanical analysis only, see ccx manual *STEP # write step line f.write(step + '\n') # CONTROLS line