paraFoam: Corrected error message

This commit is contained in:
Will Bainbridge
2024-07-02 13:12:46 +01:00
parent aaa2c25b81
commit 970b6ff7d7

View File

@ -172,7 +172,7 @@ if [ -n "$regionName" ]
then
case $extension in
blockMesh)
echo "FATAL ERROR: The builtin reader does not support blockMesh"
echo "FATAL ERROR: The blockMesh reader does not support regions"
exit 1
;;
foam)