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

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

View File

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

View File

@ -151,7 +151,7 @@ class PatchEdgeFaceWave
//- Update coupled edges
void syncEdges();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PatchEdgeFaceWave(const PatchEdgeFaceWave&) = delete;
//- Disallow default bitwise assignment

View File

@ -209,7 +209,7 @@ class PointEdgeWave
label handleCollocatedPoints();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PointEdgeWave(const PointEdgeWave&) = delete;
//- Disallow default bitwise assignment