Allmesh scripts: removed unused variables and legacy syntax

This commit is contained in:
Chris Greenshields
2018-11-23 18:42:07 +00:00
parent 9763346f31
commit 0602504866
4 changed files with 2 additions and 10 deletions

View File

@ -16,9 +16,6 @@ intersectSurfaces()
surfaceBooleanFeatures "$@" intersection
}
# Set application name
application=$(getApplication)
# Run the surface preparation script
./constant/triSurface/surfaceProcess.sh > log.surfaceProcess 2>&1