Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3b0e4537
Commit
3b0e4537
authored
Oct 20, 2011
by
andy
Browse files
STYLE: code spelling and formatting corrections
parent
6c0ea9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.H
View file @
3b0e4537
...
...
@@ -202,10 +202,7 @@ public:
//- Return clone
autoPtr
<
basicSource
>
clone
()
const
{
notImplemented
(
"autoPtr<basicSource> clone() const"
);
notImplemented
(
"autoPtr<basicSource> clone() const"
);
return
autoPtr
<
basicSource
>
(
NULL
);
}
...
...
@@ -273,7 +270,7 @@ public:
//- Return const access to the mesh database
inline
const
fvMesh
&
mesh
()
const
;
//- Return dictionay
//- Return dictiona
r
y
inline
const
dictionary
&
dictCoeffs
()
const
;
//- Return const access to the source active flag
...
...
@@ -340,7 +337,6 @@ public:
//- Read source dictionary
virtual
bool
read
(
const
dictionary
&
dict
)
=
0
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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