From d06589b746bb674f8cd737f8012a0b8bee7b0f16 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Fri, 16 Jun 2017 10:37:52 +0100
Subject: [PATCH] STYLE: Updated warning message output

---
 src/sampling/probes/probes.C | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sampling/probes/probes.C b/src/sampling/probes/probes.C
index e920b946b83..b18e33881ba 100644
--- a/src/sampling/probes/probes.C
+++ b/src/sampling/probes/probes.C
@@ -317,7 +317,8 @@ bool Foam::probes::read(const dictionary& dict)
             WarningInFunction
                 << "Only cell interpolation can be applied when "
                 << "not using fixedLocations.  InterpolationScheme "
-                << "entry will be ignored";
+                << "entry will be ignored"
+                << endl;
         }
     }
 
-- 
GitLab