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

@ -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
@ -138,7 +138,7 @@ public:
//- Construct from Istream
fieldAverageItem(Istream&);
//- Construct as copy
//- Copy constructor
fieldAverageItem(const fieldAverageItem&);