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

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

View File

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

View File

@ -139,7 +139,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ensightMesh(const ensightMesh&) = delete;
//- Disallow default bitwise assignment

View File

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

View File

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

View File

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

View File

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

View File

@ -92,7 +92,7 @@ class writeVTK
template<class GeoField>
UPtrList<const GeoField> lookupFields() const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
writeVTK(const writeVTK&) = delete;
//- Disallow default bitwise assignment

View File

@ -212,7 +212,7 @@ protected:
private:
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVFoamReader(const vtkPVFoamReader&) = delete;
//- Disallow default bitwise assignment

View File

@ -143,7 +143,7 @@ protected:
private:
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVblockMeshReader(const vtkPVblockMeshReader&) = delete;
//- Disallow default bitwise assignment

View File

@ -666,7 +666,7 @@ class vtkPVFoam
word getPartName(const int);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVFoam(const vtkPVFoam&) = delete;
//- Disallow default bitwise assignment

View File

@ -293,7 +293,7 @@ class vtkPVblockMesh
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVblockMesh(const vtkPVblockMesh&) = delete;
//- Disallow default bitwise assignment