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

@ -105,7 +105,7 @@ class Scale
void read(const dictionary& coeffs);
//- Disallow default bitwise assignment
void operator=(const Scale<Type>&);
void operator=(const Scale<Type>&) = delete;
public:
@ -124,7 +124,7 @@ public:
);
//- Copy constructor
Scale(const Scale<Type>& se);
explicit Scale(const Scale<Type>& se);
//- Destructor