From 970b6ff7d7388568d2976be4b9ad05923335c990 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 2 Jul 2024 13:12:46 +0100 Subject: [PATCH] paraFoam: Corrected error message --- bin/paraFoam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/paraFoam b/bin/paraFoam index 22c5e2d44e..b41a61a18a 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -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)