patchProbes: Corrected the signature of the write function

This commit is contained in:
Henry Weller 2016-05-17 21:40:16 +01:00
parent f871f51970
commit 2ac07f386e
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ Foam::patchProbes::~patchProbes()
{}
bool Foam::patchProbes::write()
bool Foam::patchProbes::write(const bool postProcess)
{
if (this->size() && prepare())
{

View File

@ -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&);