FEM: fix unit tests

This commit is contained in:
Bernd Hahnebach 2016-09-26 00:06:59 +02:00 committed by Yorik van Havre
parent 223f6c81f2
commit 80be790af9

View File

@ -346,7 +346,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
f.write('*PLASTIC\n')
f.write(nl_mat_obj.YieldPoint1 + '\n')
f.write(nl_mat_obj.YieldPoint2 + '\n')
f.write('\n')
f.write('\n')
def write_constraints_initialtemperature(self, f):
f.write('\n***********************************************************\n')