From df35627e6964cf9c796e8b99a79d36fbc43e0c86 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 14 Feb 2019 12:41:26 +0000
Subject: [PATCH] ENH: controlDict: added entry for clarity.

---
 etc/controlDict | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/controlDict b/etc/controlDict
index 6ccf2ef39c8..45dad87437c 100644
--- a/etc/controlDict
+++ b/etc/controlDict
@@ -482,6 +482,7 @@ DebugSwitches
     directionMixed      0;
     directional         0;
     disallowGenericFvPatchField 0;
+    disallowGenericFvsPatchField 0;
     disallowGenericPointPatchField 0;
     disallowGenericPolyPatch    0;
     dispersionLESModel  0;
@@ -571,7 +572,7 @@ DebugSwitches
     fvSymmTensorMatrix  0;
     fvTensorMatrix      0;
     fvVectorMatrix      0;
-    fvsPatchField       0;
+    fvsPatchField       1;
     general             0;
     generic             0;
     genericPatch        0;
-- 
GitLab