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

comment clean-up

parent eebfda5f
Branches
Tags
No related merge requests found
...@@ -87,13 +87,13 @@ public: ...@@ -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: ...@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment