Skip to content
Snippets Groups Projects
Commit f8f53247 authored by Andrew Heather's avatar Andrew Heather
Browse files

comment clean-up

parent eebfda5f
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,13 @@ public:
// Member functions
//- Return the compostion of the combustion mixture
//- Return the compostion of the mixture
virtual basicMixture& composition()
{
return *this;
}
//- Return the compostion of the combustion mixture
//- Return the compostion of the mixture
virtual const basicMixture& composition() const
{
return *this;
......
......@@ -87,13 +87,13 @@ public:
// Member functions
//- Return the compostion of the combustion mixture
//- Return the compostion of the mixture
virtual basicMixture& composition()
{
return *this;
}
//- Return the compostion of the combustion mixture
//- Return the compostion of the mixture
virtual const basicMixture& composition() const
{
return *this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment