using CamelCase
This commit is contained in:
parent
9b02514284
commit
25727bfa52
|
@ -2,9 +2,9 @@
|
|||
|
||||
for seeds in "$@"
|
||||
do
|
||||
vtk_pointcloud $seeds
|
||||
vtk_pointCloud $seeds
|
||||
|
||||
vtk_addPointcloudData $seeds \
|
||||
vtk_addPointCloudData $seeds \
|
||||
--data microstructure,weight \
|
||||
--inplace \
|
||||
--vtk ${seeds%.*}.vtp \
|
||||
|
|
Loading…
Reference in New Issue