Skip to content

Commit

Permalink
FEM: typo in input writer ccx
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and yorikvanhavre committed Jul 21, 2016
1 parent 83f4852 commit 513bb65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/FemInputWriterCcx.py
Expand Up @@ -211,7 +211,7 @@ def write_step_begin(self, f):

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
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/test_files/ccx/cube_frequency.inp
Expand Up @@ -492,7 +492,7 @@ Eall
*STATIC

***********************************************************
** Constaints
** Constraints
** written by write_constraints_fixed function
*BOUNDARY
FemConstraintFixed,1
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/test_files/ccx/cube_static.inp
Expand Up @@ -492,7 +492,7 @@ Eall
*STATIC

***********************************************************
** Constaints
** Constraints
** written by write_constraints_fixed function
*BOUNDARY
FemConstraintFixed,1
Expand Down

0 comments on commit 513bb65

Please sign in to comment.