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:
@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user