Misc. source comment typo and whitespace fixes

This commit is contained in:
luz.paz
2019-05-05 13:35:42 -04:00
committed by abdullahtahiriyo
parent f7b89fdbe1
commit 519bbfe503
5 changed files with 51 additions and 51 deletions

View File

@@ -505,7 +505,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
f.write('** written by {} function\n'.format(sys._getframe().f_code.co_name))
# info about self.constraint_conflict_nodes:
# is used to check if MPC and constraint fixed and constraint displacement share same nodes,
# because MPC's and constriants fixed and constraints displacement can't share same nodes.
# because MPC's and constraints fixed and constraints displacement can't share same nodes.
# Thus call write_node_sets_constraints_planerotation has to be after constraint fixed and constraint displacement
for femobj in self.planerotation_objects: # femobj --> dict, FreeCAD document object is femobj['Object']
l_nodes = femobj['Nodes']