From 64ec817c9fb6d907393b1a9bdd4ce23ed7df8088 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 17 May 2016 21:49:17 +0100 Subject: [PATCH] patchProbes: Corrected the signature of the write function --- src/sampling/probes/patchProbes.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampling/probes/patchProbes.H b/src/sampling/probes/patchProbes.H index 8fb9db630..5eb96c5e3 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(const bool postProcess); + virtual bool write(const bool postProcess = false); //- Read virtual bool read(const dictionary&);