From 9a108cf407f87a2250d63fb6b22b2516298cf353 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 25 Oct 2013 12:35:12 +0100
Subject: [PATCH] BUG: topoSet: findInstance warn only if MUST_READ

---
 src/meshTools/sets/topoSets/topoSet.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/meshTools/sets/topoSets/topoSet.C b/src/meshTools/sets/topoSets/topoSet.C
index 691339102a4..79e3796baab 100644
--- a/src/meshTools/sets/topoSets/topoSet.C
+++ b/src/meshTools/sets/topoSets/topoSet.C
@@ -344,7 +344,7 @@ Foam::topoSet::topoSet
             (
                 mesh.dbDir()/polyMesh::meshSubDir/"sets",
                 word::null,
-                IOobject::MUST_READ,
+                r,  //IOobject::MUST_READ,
                 mesh.facesInstance()
             ),
             polyMesh::meshSubDir/"sets",
-- 
GitLab