mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent use of '= delete'
This commit is contained in:
@ -92,14 +92,14 @@ class compressibleInterPhaseTransportModel
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- No copy construct
|
||||
compressibleInterPhaseTransportModel
|
||||
(
|
||||
const compressibleInterPhaseTransportModel&
|
||||
);
|
||||
) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
void operator=(const compressibleInterPhaseTransportModel&);
|
||||
//- No copy assignment
|
||||
void operator=(const compressibleInterPhaseTransportModel&) = delete;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user