From 2ac07f386eaeb2c33222bb80206fcb958ee512f4 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Tue, 17 May 2016 21:40:16 +0100
Subject: [PATCH] patchProbes: Corrected the signature of the write function

---
 src/sampling/probes/patchProbes.C | 2 +-
 src/sampling/probes/patchProbes.H | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sampling/probes/patchProbes.C b/src/sampling/probes/patchProbes.C
index 7e7758cc0a0..ff0866ecd8c 100644
--- a/src/sampling/probes/patchProbes.C
+++ b/src/sampling/probes/patchProbes.C
@@ -237,7 +237,7 @@ Foam::patchProbes::~patchProbes()
 {}
 
 
-bool Foam::patchProbes::write()
+bool Foam::patchProbes::write(const bool postProcess)
 {
     if (this->size() && prepare())
     {
diff --git a/src/sampling/probes/patchProbes.H b/src/sampling/probes/patchProbes.H
index 746ad9921dd..8fb9db6304e 100644
--- a/src/sampling/probes/patchProbes.H
+++ b/src/sampling/probes/patchProbes.H
@@ -154,7 +154,7 @@ public:
     //- Public members
 
         //- Sample and write
-        virtual bool write();
+        virtual bool write(const bool postProcess);
 
         //- Read
         virtual bool read(const dictionary&);
-- 
GitLab