Skip to content

Commit ae55893

Browse files
committed
write ascii vtk file
simLandIceMeshGen reads ascii vtk
1 parent 779fca2 commit ae55893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compass/landice/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def add_zero_z_coord(pt):
470470

471471
mesh = meshio.Mesh(points_z, cells)
472472

473-
mesh.write(file)
473+
mesh.write(file, binary=False)
474474

475475

476476

0 commit comments

Comments
 (0)