Skip to content
Snippets Groups Projects
Commit e65b8b76 authored by Henry Weller's avatar Henry Weller
Browse files

patchProbes: Corrected the signature of the write function

parent 0aa28487
Branches
Tags
1 merge request!60Merge foundation
......@@ -237,7 +237,7 @@ Foam::patchProbes::~patchProbes()
{}
bool Foam::patchProbes::write()
bool Foam::patchProbes::write(const bool postProcess)
{
if (this->size() && prepare())
{
......
......@@ -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&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment