patchProbes: Corrected the signature of the write function

This commit is contained in:
Henry Weller
2016-05-17 21:49:17 +01:00
parent 2ac07f386e
commit 76caf29e0b

View File

@ -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&);