mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Code clean-up
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user