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: