Skip to content
Snippets Groups Projects
Commit 76caf29e authored by Henry Weller's avatar Henry Weller
Browse files

patchProbes: Corrected the signature of the write function

parent 2ac07f38
No related branches found
No related tags found
No related merge requests found
......@@ -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&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment