comment clean-up

This commit is contained in:
andy
2009-07-07 18:34:42 +01:00
parent eebfda5f10
commit f8f5324740
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;