FEM: typo in input writer ccx
This commit is contained in:
parent
83f4852274
commit
513bb65eab
|
@ -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
|
||||
|
|
|
@ -492,7 +492,7 @@ Eall
|
|||
*STATIC
|
||||
|
||||
***********************************************************
|
||||
** Constaints
|
||||
** Constraints
|
||||
** written by write_constraints_fixed function
|
||||
*BOUNDARY
|
||||
FemConstraintFixed,1
|
||||
|
|
|
@ -492,7 +492,7 @@ Eall
|
|||
*STATIC
|
||||
|
||||
***********************************************************
|
||||
** Constaints
|
||||
** Constraints
|
||||
** written by write_constraints_fixed function
|
||||
*BOUNDARY
|
||||
FemConstraintFixed,1
|
||||
|
|
Loading…
Reference in New Issue
Block a user