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 "$@" for seeds in "$@"
do do
vtk_pointcloud $seeds vtk_pointCloud $seeds
vtk_addPointcloudData $seeds \ vtk_addPointCloudData $seeds \
--data microstructure,weight \ --data microstructure,weight \
--inplace \ --inplace \
--vtk ${seeds%.*}.vtp \ --vtk ${seeds%.*}.vtp \