Add newlines to the end of all files
This commit is contained in:
@@ -87,4 +87,4 @@ if __name__ == "__main__":
|
||||
create_cylinder(whiteBoxMesh, args.sides, args.size)
|
||||
|
||||
# update whiteBoxMesh
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
|
||||
@@ -110,4 +110,4 @@ if __name__ == "__main__":
|
||||
create_icosahedron(whiteBoxMesh, args.radius)
|
||||
|
||||
# update whiteBoxMesh
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
|
||||
@@ -95,4 +95,4 @@ if __name__ == "__main__":
|
||||
create_sphere(whiteBoxMesh, args.subdivisions, args.radius)
|
||||
|
||||
# update whiteBoxMesh
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
|
||||
@@ -100,4 +100,4 @@ if __name__ == "__main__":
|
||||
create_staircase_from_white_box_mesh(whiteBoxMesh, args.num_steps, args.depth, args.height, args.width)
|
||||
|
||||
# update whiteBoxMesh
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
|
||||
@@ -67,4 +67,4 @@ if __name__ == "__main__":
|
||||
create_tetrahedron(whiteBoxMesh, args.radius)
|
||||
|
||||
# update whiteBoxMesh
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
init.update_white_box(whiteBoxMesh, whiteBoxMeshComponent)
|
||||
|
||||
Reference in New Issue
Block a user