Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
f29916e2
Commit
f29916e2
authored
12 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: corrected typos in header file comments
parent
9162ade5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H
+2
-2
2 additions, 2 deletions
...ionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H
src/regionModels/regionModel/regionModel/regionModel.H
+1
-1
1 addition, 1 deletion
src/regionModels/regionModel/regionModel/regionModel.H
with
3 additions
and
3 deletions
src/regionModels/pyrolysisModels/pyrolysisModel/pyrolysisModel.H
+
2
−
2
View file @
f29916e2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
========= |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2012
OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
...
@@ -161,7 +161,7 @@ public:
...
@@ -161,7 +161,7 @@ public:
// Selectors
// Selectors
//- Return a reference to the selected pyrolysis
film
model
//- Return a reference to the selected pyrolysis model
static
autoPtr
<
pyrolysisModel
>
New
(
const
fvMesh
&
mesh
);
static
autoPtr
<
pyrolysisModel
>
New
(
const
fvMesh
&
mesh
);
//- Return a reference to a named selected pyrolysis model
//- Return a reference to a named selected pyrolysis model
...
...
This diff is collapsed.
Click to expand it.
src/regionModels/regionModel/regionModel/regionModel.H
+
1
−
1
View file @
f29916e2
...
@@ -262,7 +262,7 @@ public:
...
@@ -262,7 +262,7 @@ public:
//- Evolve the region
//- Evolve the region
virtual
void
evolveRegion
();
virtual
void
evolveRegion
();
//- Evolve the
film
//- Evolve the
region
virtual
void
evolve
();
virtual
void
evolve
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment