STYLE: Code clean-up

This commit is contained in:
Andrew Heather
2017-09-07 14:30:28 +01:00
parent 41e4d68ff8
commit 328769b25d
19 changed files with 41 additions and 42 deletions

View File

@ -109,7 +109,7 @@ private:
void read(const dictionary& coeffs);
//- Disallow default bitwise assignment
void operator=(const ramp&);
void operator=(const ramp&) = delete;
public: