using CamelCase

This commit is contained in:
Martin Diehl 2019-02-19 10:32:18 +01:00
parent 9b02514284
commit 25727bfa52
1 changed files with 2 additions and 2 deletions

View File

@ -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 \