Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -74,7 +74,7 @@ class XiReactionRate
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
XiReactionRate(const XiReactionRate&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -257,7 +257,7 @@ protected:
|
||||
void readAveragingProperties();
|
||||
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldAverage(const fieldAverage&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -80,7 +80,7 @@ private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldExpression(const fieldExpression&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -138,7 +138,7 @@ protected:
|
||||
const Type& maxValue
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldMinMax(const fieldMinMax&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -95,7 +95,7 @@ private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldsExpression(const fieldsExpression&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -115,7 +115,7 @@ class histogram
|
||||
const scalarField& values
|
||||
) const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
histogram(const histogram&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -167,7 +167,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
nearWallFields(const nearWallFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -74,7 +74,7 @@ class processorField
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorField(const processorField&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -116,7 +116,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
readFields(const readFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -221,7 +221,7 @@ class regionSizeDistribution
|
||||
const coordSet& coords // graph data for bins
|
||||
) const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
regionSizeDistribution(const regionSizeDistribution&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -224,7 +224,7 @@ private:
|
||||
//- Do all seeding and tracking
|
||||
void track();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
streamLine(const streamLine&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -53,7 +53,7 @@ class streamLineParticleCloud
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
streamLineParticleCloud(const streamLineParticleCloud&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -119,7 +119,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
surfaceInterpolate(const surfaceInterpolate&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -167,7 +167,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
turbulenceFields(const turbulenceFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -108,7 +108,7 @@ class turbulenceIntensity
|
||||
//- File header information
|
||||
virtual void writeFileHeader(const label i);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
turbulenceIntensity(const turbulenceIntensity&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -119,7 +119,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallHeatFlux(const wallHeatFlux&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -141,7 +141,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallHeatTransferCoeff(const wallHeatTransferCoeff&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -127,7 +127,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallShearStress(const wallShearStress&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -74,7 +74,7 @@ class writeCellCentres
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeCellCentres(const writeCellCentres&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -73,7 +73,7 @@ class writeCellVolumes
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeCellVolumes(const writeCellVolumes&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -100,7 +100,7 @@ class yPlus
|
||||
const turbulenceModel& turbModel
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
yPlus(const yPlus&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
Reference in New Issue
Block a user