FEM: ccx writer, delete space in input file

This commit is contained in:
UR-0
2020-01-27 09:25:24 +01:00
committed by Bernd Hahnebach
parent 2beca6df67
commit 02ebcd13cc
2 changed files with 3 additions and 3 deletions

View File

@@ -607,7 +607,7 @@ class FemInputWriterCcx(writerbase.FemInputWriter):
name = "DEP" + str(obj)
else:
name = "IND" + str(obj)
f.write("*SURFACE, NAME =" + name + "\n")
f.write("*SURFACE, NAME=" + name + "\n")
v = self.mesh_object.FemMesh.getccxVolumesByFace(ref_shape)
if len(v) > 0:

View File

@@ -23072,7 +23072,7 @@ Efaces
** Surfaces for contact constraint
** written by write_surfaces_contraints_contact function
** ConstraintContact
*SURFACE, NAME =DEP1
*SURFACE, NAME=DEP1
329,S2
330,S2
331,S2
@@ -30571,7 +30571,7 @@ Efaces
7824,S2
7825,S2
7826,S2
*SURFACE, NAME =IND1
*SURFACE, NAME=IND1
7827,S2
7828,S2
7829,S2