Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f8f53247
Commit
f8f53247
authored
Jul 07, 2009
by
Andrew Heather
Browse files
comment clean-up
parent
eebfda5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H
View file @
f8f53247
...
@@ -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
;
...
...
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H
View file @
f8f53247
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment