Skip to content
Snippets Groups Projects

Use subDict for changeDictionary, Fixes #409

Merged Prashant Sonakar requested to merge Fix_GL_409 into master
Compare and
2 files
+ 2
3
Preferences
Compare changes
Files
2
@@ -21,7 +21,7 @@ done
for i in air solid floor
do
changeDictionary -region $i > log.changeDictionary.$i 2>&1
runApplication -s $i changeDictionary -region $i -subDict dictionaryReplacement
done
# -----------------------------------------------------------------------------