paraFoam: Corrected error message
This commit is contained in:
@ -172,7 +172,7 @@ if [ -n "$regionName" ]
|
|||||||
then
|
then
|
||||||
case $extension in
|
case $extension in
|
||||||
blockMesh)
|
blockMesh)
|
||||||
echo "FATAL ERROR: The builtin reader does not support blockMesh"
|
echo "FATAL ERROR: The blockMesh reader does not support regions"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
foam)
|
foam)
|
||||||
|
|||||||
Reference in New Issue
Block a user