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:
@ -56,8 +56,10 @@ class ChemistryCombustion
|
||||
// Private Member Functions
|
||||
|
||||
//- Construct as copy (not implemented)
|
||||
ChemistryCombustion(const ChemistryCombustion<ReactionThermo>&) =
|
||||
delete;
|
||||
ChemistryCombustion
|
||||
(
|
||||
const ChemistryCombustion<ReactionThermo>&
|
||||
) = delete;
|
||||
|
||||
//- No copy assignment
|
||||
void operator=(const ChemistryCombustion<ReactionThermo>&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user