STYLE: consistent use of '= delete'

This commit is contained in:
Mark Olesen
2018-05-30 12:03:17 +02:00
parent 5aa955c9d2
commit dc521b95df
18 changed files with 63 additions and 63 deletions

View File

@ -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;