mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix doxygen-related typos
This commit is contained in:
@ -22,7 +22,7 @@ License
|
|||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::ensightensightSurfaceReader
|
Foam::ensightSurfaceReader
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Ensight format surface reader
|
Ensight format surface reader
|
||||||
@ -181,7 +181,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const sphericalTensor& reValue = pTraits<sphericalTensor>::zero
|
const sphericalTensor& refValue = pTraits<sphericalTensor>::zero
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Return a symmTensor field at a given time
|
//- Return a symmTensor field at a given time
|
||||||
@ -189,7 +189,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const symmTensor& reValue = pTraits<symmTensor>::zero
|
const symmTensor& refValue = pTraits<symmTensor>::zero
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Return a tensor field at a given time
|
//- Return a tensor field at a given time
|
||||||
@ -197,7 +197,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const tensor& reValue = pTraits<tensor>::zero
|
const tensor& refValue = pTraits<tensor>::zero
|
||||||
) const;
|
) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -128,7 +128,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const sphericalTensor& reValue = pTraits<sphericalTensor>::zero
|
const sphericalTensor& refValue = pTraits<sphericalTensor>::zero
|
||||||
) const = 0;
|
) const = 0;
|
||||||
|
|
||||||
//- Return a symmTensor field at a given time
|
//- Return a symmTensor field at a given time
|
||||||
@ -136,7 +136,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const symmTensor& reValue = pTraits<symmTensor>::zero
|
const symmTensor& refValue = pTraits<symmTensor>::zero
|
||||||
) const = 0;
|
) const = 0;
|
||||||
|
|
||||||
//- Return a tensor field at a given time
|
//- Return a tensor field at a given time
|
||||||
@ -144,7 +144,7 @@ public:
|
|||||||
(
|
(
|
||||||
const label timeIndex,
|
const label timeIndex,
|
||||||
const label fieldIndex,
|
const label fieldIndex,
|
||||||
const tensor& reValue = pTraits<tensor>::zero
|
const tensor& refValue = pTraits<tensor>::zero
|
||||||
) const = 0;
|
) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user