bug fix, adjust to options change of vtk_addXXXData

This commit is contained in:
Martin Diehl 2016-09-21 22:01:16 +02:00
parent ff13925afa
commit 25103205a8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ do
< $geom \
| \
vtk_addRectilinearGridData \
--scalar microstructure \
--data microstructure \
--inplace \
--vtk ${geom%.*}.vtk
rm ${geom%.*}.vtk

View File

@ -5,7 +5,7 @@ do
vtk_pointcloud $seeds
vtk_addPointcloudData $seeds \
--scalar microstructure,weight \
--data microstructure,weight \
--inplace \
--vtk ${seeds%.*}.vtp \