Standardised copy constructor documentation comment

This commit is contained in:
Henry Weller
2019-05-27 22:34:32 +01:00
parent dfe7b86e70
commit 3ecef91e72
295 changed files with 768 additions and 768 deletions

View File

@ -32,8 +32,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef fixedValueFvPatchTemplate${FieldType}_H
#define fixedValueFvPatchTemplate${FieldType}_H
#ifndef fixedValueFvPatchFieldTemplate_H
#define fixedValueFvPatchFieldTemplate_H
#include "fixedValueFvPatchFields.H"
@ -85,7 +85,7 @@ public:
const fvPatchFieldMapper&
);
//- Construct as copy
//- Copy constructor
${typeName}FixedValueFvPatch${FieldType}
(
const ${typeName}FixedValueFvPatch${FieldType}&
@ -100,7 +100,7 @@ public:
);
}
//- Construct as copy setting internal field reference
//- Copy constructor setting internal field reference
${typeName}FixedValueFvPatch${FieldType}
(
const ${typeName}FixedValueFvPatch${FieldType}&,

View File

@ -32,8 +32,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef fixedValuePointPatchTemplate${FieldType}_H
#define fixedValuePointPatchTemplate${FieldType}_H
#ifndef fixedValuePointPatchFieldTemplate_H
#define fixedValuePointPatchFieldTemplate_H
#include "fixedValuePointPatchFields.H"
@ -85,7 +85,7 @@ public:
const pointPatchFieldMapper&
);
//- Construct as copy
//- Copy constructor
${typeName}FixedValuePointPatch${FieldType}
(
const ${typeName}FixedValuePointPatch${FieldType}&
@ -100,7 +100,7 @@ public:
);
}
//- Construct as copy setting internal field reference
//- Copy constructor setting internal field reference
${typeName}FixedValuePointPatch${FieldType}
(
const ${typeName}FixedValuePointPatch${FieldType}&,

View File

@ -32,8 +32,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef mixedFvPatchTemplate${FieldType}_H
#define mixedFvPatchTemplate${FieldType}_H
#ifndef mixedFvPatchFieldTemplate_H
#define mixedFvPatchFieldTemplate_H
#include "mixedFvPatchFields.H"
@ -85,7 +85,7 @@ public:
const fvPatchFieldMapper&
);
//- Construct as copy
//- Copy constructor
${typeName}MixedValueFvPatch${FieldType}
(
const ${typeName}MixedValueFvPatch${FieldType}&
@ -100,7 +100,7 @@ public:
);
}
//- Construct as copy setting internal field reference
//- Copy constructor setting internal field reference
${typeName}MixedValueFvPatch${FieldType}
(
const ${typeName}MixedValueFvPatch${FieldType}&,