Skip to content

Commit

Permalink
FEM: ccx writer, change a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Jun 26, 2017
1 parent 6fc27e9 commit 9f18fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/FemInputWriterCcx.py
Expand Up @@ -690,7 +690,7 @@ def write_step_begin(self, f):
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
Expand Down

0 comments on commit 9f18fa6

Please sign in to comment.