compress instead of pack (same name for vtk/geom)

This commit is contained in:
Martin Diehl 2020-09-20 22:25:08 +02:00
parent 7bdd44a3d9
commit 783b749662
1 changed files with 1 additions and 1 deletions

View File

@ -105,4 +105,4 @@ for name in filenames:
homogenization=options.homogenization,comments=header)
damask.util.croak(geom)
geom.save_ASCII(sys.stdout if name is None else os.path.splitext(name)[0]+'.geom',pack=False)
geom.save_ASCII(sys.stdout if name is None else os.path.splitext(name)[0]+'.geom',compress=False)