From 8e3d196ec8ec3f23f84b5a8a05cbc7ea420a0a34 Mon Sep 17 00:00:00 2001
From: mattijs <m.janssens@opencfd.co.uk>
Date: Tue, 15 Jul 2008 22:06:26 +0100
Subject: [PATCH] logic

---
 applications/utilities/mesh/manipulation/setSet/setSet.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C
index 2d70f797c70..f8f05747f8b 100644
--- a/applications/utilities/mesh/manipulation/setSet/setSet.C
+++ b/applications/utilities/mesh/manipulation/setSet/setSet.C
@@ -762,7 +762,7 @@ int main(int argc, char *argv[])
 
     Pout<< "Please type 'help', 'quit' or a set command after prompt." << endl;
 
-    bool ok = false;
+    bool ok = true;
 
     FatalError.throwExceptions();
     FatalIOError.throwExceptions();
-- 
GitLab