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

@ -94,7 +94,7 @@ public:
const fvPatchFieldMapper&
);
//- Construct as copy
//- Copy constructor
mixedFixedValueSlipFvPatchField
(
const mixedFixedValueSlipFvPatchField<Type>&
@ -109,7 +109,7 @@ public:
);
}
//- Construct as copy setting internal field reference
//- Copy constructor setting internal field reference
mixedFixedValueSlipFvPatchField
(
const mixedFixedValueSlipFvPatchField<Type>&,

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -124,7 +124,7 @@ public:
const fvPatchFieldMapper&
);
//- Construct as copy
//- Copy constructor
fixedRhoFvPatchScalarField
(
const fixedRhoFvPatchScalarField&
@ -139,7 +139,7 @@ public:
);
}
//- Construct as copy setting internal field reference
//- Copy constructor setting internal field reference
fixedRhoFvPatchScalarField
(
const fixedRhoFvPatchScalarField&,