FEM: ccx writer, change a comment

This commit is contained in:
Bernd Hahnebach
2017-06-26 21:27:00 +01:00
committed by wmayer
parent 6fc27e94c8
commit 9f18fa6fd4

View File

@@ -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