Corrected documentation comment for disabled copy constructors

This commit is contained in:
Henry Weller
2019-05-29 15:58:42 +01:00
parent f7ea836c65
commit fc4d7b92c3
650 changed files with 650 additions and 650 deletions

View File

@ -74,7 +74,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -67,7 +67,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -141,7 +141,7 @@ class sammMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
sammMesh(const sammMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -185,7 +185,7 @@ class starMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
starMesh(const starMesh&) = delete;
//- Disallow default bitwise assignment