mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
patchProbes: Corrected the signature of the write function
This commit is contained in:
@ -237,7 +237,7 @@ Foam::patchProbes::~patchProbes()
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
bool Foam::patchProbes::write()
|
bool Foam::patchProbes::write(const bool postProcess)
|
||||||
{
|
{
|
||||||
if (this->size() && prepare())
|
if (this->size() && prepare())
|
||||||
{
|
{
|
||||||
|
|||||||
@ -154,7 +154,7 @@ public:
|
|||||||
//- Public members
|
//- Public members
|
||||||
|
|
||||||
//- Sample and write
|
//- Sample and write
|
||||||
virtual bool write();
|
virtual bool write(const bool postProcess);
|
||||||
|
|
||||||
//- Read
|
//- Read
|
||||||
virtual bool read(const dictionary&);
|
virtual bool read(const dictionary&);
|
||||||
|
|||||||
Reference in New Issue
Block a user