fixed upperCase typo in vtk_addPointcloudData call
This commit is contained in:
parent
bb5070b52f
commit
6f527b2af8
|
@ -4,7 +4,7 @@ for seeds in "$@"
|
||||||
do
|
do
|
||||||
vtk_pointcloud $seeds
|
vtk_pointcloud $seeds
|
||||||
|
|
||||||
vtk_addPointCloudData $seeds \
|
vtk_addPointcloudData $seeds \
|
||||||
--scalar microstructure,weight \
|
--scalar microstructure,weight \
|
||||||
--inplace \
|
--inplace \
|
||||||
--vtk ${seeds%.*}.vtp \
|
--vtk ${seeds%.*}.vtp \
|
||||||
|
|
Loading…
Reference in New Issue