patchProbes: Corrected the signature of the write function
This commit is contained in:
parent
0aa28487cf
commit
e65b8b7642
2 changed files with 2 additions and 2 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue