dropped obsolete option --inplace from geom_check

This commit is contained in:
Eureka Pai 2019-02-25 18:30:45 -05:00
parent 81e27f4ff4
commit e401c21266
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ do
< $geom \
| \
vtk_addRectilinearGridData \
--vtk ${geom%.*}.vtk \
--data microstructure \
--inplace \
--vtk ${geom%.*}.vtk
rm ${geom%.*}.vtk
done