From c6ea45d7a60bc7e9681ce469c566daeddcd52e58 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 2 Dec 2009 15:11:49 +0000 Subject: [PATCH] Removed commented code. --- .../cellToFace/fullStencils/CECCellToFaceStencil.H | 7 ------- .../cellToFace/fullStencils/CFCCellToFaceStencil.H | 6 ------ .../cellToFace/fullStencils/CPCCellToFaceStencil.H | 9 --------- .../cellToFace/fullStencils/FECCellToFaceStencil.H | 9 --------- .../faceToCell/fullStencils/CFCFaceToCellStencil.H | 6 ------ 5 files changed, 37 deletions(-) diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H index cba62640..82fd2698 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H @@ -51,13 +51,6 @@ class CECCellToFaceStencil : public cellToFaceStencil { - // Icc and gcc4.1 need copy constructor - - ////- Disallow default bitwise copy construct - //CECCellToFaceStencil(const CECCellToFaceStencil&); - ////- Disallow default bitwise assignment - //void operator=(const CECCellToFaceStencil&); - public: diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H index f184c2ff..aa0bef18 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H @@ -51,12 +51,6 @@ class CFCCellToFaceStencil : public cellToFaceStencil { - // Icc and gcc4.1 need copy constructor - - ////- Disallow default bitwise copy construct - //CFCCellToFaceStencil(const CFCCellToFaceStencil&); - ////- Disallow default bitwise assignment - //void operator=(const CFCCellToFaceStencil&); public: diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H index c57a4bdb..91c8850e 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H @@ -51,15 +51,6 @@ class CPCCellToFaceStencil : public cellToFaceStencil { - // Private Member Functions - - // Icc and gcc4.1 need copy constructor - - ////- Disallow default bitwise copy construct - //CPCCellToFaceStencil(const CPCCellToFaceStencil&); - ////- Disallow default bitwise assignment - //void operator=(const CPCCellToFaceStencil&); - public: diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H index 2aaffdbf..fe147cfd 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H @@ -64,15 +64,6 @@ class FECCellToFaceStencil void calcFaceStencil(labelListList& faceStencil) const; - - // Icc and gcc4.1 need copy constructor - - ////- Disallow default bitwise copy construct - //FECCellToFaceStencil(const FECCellToFaceStencil&); - ////- Disallow default bitwise assignment - //void operator=(const FECCellToFaceStencil&); - - public: // Constructors diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H index 5aff58ef..80086262 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H @@ -56,12 +56,6 @@ class CFCFaceToCellStencil void calcCellStencil(labelListList& globalCellFaces) const; - // Icc and gcc4.1 need copy constructor - - ////- Disallow default bitwise copy construct - //CFCFaceToCellStencil(const CFCFaceToCellStencil&); - ////- Disallow default bitwise assignment - //void operator=(const CFCFaceToCellStencil&); public: -- 2.11.4.GIT