From ae89442650b38a435e0a8a8c981c4f2547320557 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 15 Apr 2019 10:01:35 +0100
Subject: [PATCH] ENH: residuals: change FO name. See #1203

---
 etc/caseDicts/postProcessing/numerical/residuals.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/caseDicts/postProcessing/numerical/residuals.cfg b/etc/caseDicts/postProcessing/numerical/residuals.cfg
index 67725297cc..e4cb9b4b84 100644
--- a/etc/caseDicts/postProcessing/numerical/residuals.cfg
+++ b/etc/caseDicts/postProcessing/numerical/residuals.cfg
@@ -6,7 +6,7 @@
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
 
-type            residuals;
+type            solverInfo; //residuals;
 libs            ("libutilityFunctionObjects.so");
 
 writeControl    timeStep;
-- 
GitLab