Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user