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

@ -59,7 +59,7 @@ class linearRamp
// Private Member Functions
//- Disallow default bitwise assignment
void operator=(const linearRamp&);
void operator=(const linearRamp&) = delete;
public: