From 76caf29e0bd2a37f234cbc282fc7682708391d16 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 8fb9db6304..5eb96c5e36 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&);