mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
comment clean-up
This commit is contained in:
@ -87,13 +87,13 @@ public:
|
|||||||
|
|
||||||
// Member functions
|
// Member functions
|
||||||
|
|
||||||
//- Return the compostion of the combustion mixture
|
//- Return the compostion of the mixture
|
||||||
virtual basicMixture& composition()
|
virtual basicMixture& composition()
|
||||||
{
|
{
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
//- Return the compostion of the combustion mixture
|
//- Return the compostion of the mixture
|
||||||
virtual const basicMixture& composition() const
|
virtual const basicMixture& composition() const
|
||||||
{
|
{
|
||||||
return *this;
|
return *this;
|
||||||
|
|||||||
@ -87,13 +87,13 @@ public:
|
|||||||
|
|
||||||
// Member functions
|
// Member functions
|
||||||
|
|
||||||
//- Return the compostion of the combustion mixture
|
//- Return the compostion of the mixture
|
||||||
virtual basicMixture& composition()
|
virtual basicMixture& composition()
|
||||||
{
|
{
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
//- Return the compostion of the combustion mixture
|
//- Return the compostion of the mixture
|
||||||
virtual const basicMixture& composition() const
|
virtual const basicMixture& composition() const
|
||||||
{
|
{
|
||||||
return *this;
|
return *this;
|
||||||
|
|||||||
Reference in New Issue
Block a user