patchProbes: Corrected the signature of the write function
This commit is contained in:
parent
f871f51970
commit
2ac07f386e
@ -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…
Reference in New Issue
Block a user