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