From bc834372f19d7551cb0a6aba2415a2c29fee5d0c Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Thu, 15 May 2008 16:54:11 +0100
Subject: [PATCH] Correction to output

---
 .../utilities/postProcessing/wall/yPlusLES/yPlusLES.C         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/utilities/postProcessing/wall/yPlusLES/yPlusLES.C b/applications/utilities/postProcessing/wall/yPlusLES/yPlusLES.C
index a39b505488c..eac2e1b7251 100644
--- a/applications/utilities/postProcessing/wall/yPlusLES/yPlusLES.C
+++ b/applications/utilities/postProcessing/wall/yPlusLES/yPlusLES.C
@@ -121,8 +121,8 @@ int main(int argc, char *argv[])
 
                 Info<< "Patch " << patchi
                     << " named " << currPatch.name()
-                    << " y+ : min: " << min(Yp) << " max: " << max(Yp)
-                    << " average: " << average(Yp) << nl << endl;
+                    << " y+ : min: " << min(yPlus) << " max: " << max(yPlus)
+                    << " average: " << average(yPlus) << nl << endl;
             }
         }
 
-- 
GitLab