mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Corrected capitalization of Doxygen documentation comments
This commit is contained in:
@ -60,7 +60,7 @@ class channelIndex
|
||||
//- Is mesh symmetric
|
||||
const bool symmetric_;
|
||||
|
||||
//- direction to sort
|
||||
//- Direction to sort
|
||||
const direction dir_;
|
||||
|
||||
//- Per cell the global region
|
||||
@ -123,7 +123,7 @@ public:
|
||||
template<class T>
|
||||
Field<T> regionSum(const Field<T>& cellField) const;
|
||||
|
||||
//- collapse a field to a line
|
||||
//- Collapse a field to a line
|
||||
template<class T>
|
||||
Field<T> collapse
|
||||
(
|
||||
@ -131,7 +131,7 @@ public:
|
||||
const bool asymmetric=false
|
||||
) const;
|
||||
|
||||
//- return the field of Y locations from the cell centres
|
||||
//- Return the field of Y locations from the cell centres
|
||||
const scalarField& y() const
|
||||
{
|
||||
return y_;
|
||||
|
||||
Reference in New Issue
Block a user