bug fix, adjust to options change of vtk_addXXXData
This commit is contained in:
parent
ff13925afa
commit
25103205a8
|
@ -11,7 +11,7 @@ do
|
|||
< $geom \
|
||||
| \
|
||||
vtk_addRectilinearGridData \
|
||||
--scalar microstructure \
|
||||
--data microstructure \
|
||||
--inplace \
|
||||
--vtk ${geom%.*}.vtk
|
||||
rm ${geom%.*}.vtk
|
||||
|
|
|
@ -5,7 +5,7 @@ do
|
|||
vtk_pointcloud $seeds
|
||||
|
||||
vtk_addPointcloudData $seeds \
|
||||
--scalar microstructure,weight \
|
||||
--data microstructure,weight \
|
||||
--inplace \
|
||||
--vtk ${seeds%.*}.vtp \
|
||||
|
||||
|
|
Loading…
Reference in New Issue