patchProbes: Corrected the signature of the write function
This commit is contained in:
parent
e65b8b7642
commit
64ec817c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ public:
|
|||
//- Public members
|
||||
|
||||
//- Sample and write
|
||||
virtual bool write(const bool postProcess);
|
||||
virtual bool write(const bool postProcess = false);
|
||||
|
||||
//- Read
|
||||
virtual bool read(const dictionary&);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue