FEM: typo in input writer ccx

This commit is contained in:
Bernd Hahnebach 2016-07-21 06:07:54 +01:00 committed by Yorik van Havre
parent 83f4852274
commit 513bb65eab
3 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
def write_constraints_fixed(self, f):
f.write('\n***********************************************************\n')
f.write('** Constaints\n')
f.write('** Constraints\n')
f.write('** written by {} function\n'.format(sys._getframe().f_code.co_name))
for femobj in self.fixed_objects: # femobj --> dict, FreeCAD document object is femobj['Object']
fix_obj_name = femobj['Object'].Name

View File

@ -492,7 +492,7 @@ Eall
*STATIC
***********************************************************
** Constaints
** Constraints
** written by write_constraints_fixed function
*BOUNDARY
FemConstraintFixed,1

View File

@ -492,7 +492,7 @@ Eall
*STATIC
***********************************************************
** Constaints
** Constraints
** written by write_constraints_fixed function
*BOUNDARY
FemConstraintFixed,1