diff --git a/src/sampling/probes/patchProbes.C b/src/sampling/probes/patchProbes.C index 7e7758cc0a..ff0866ecd8 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 746ad9921d..8fb9db6304 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&);