Skip to content
GitLab
Menu
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-plus
Commits
e0e840c0
Commit
e0e840c0
authored
Jan 18, 2019
by
Mark Olesen
Browse files
STYLE: fix doxygen-related typos
parent
fd3e40db
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/sampling/sampledSurface/readers/ensight/ensightSurfaceReader.H
View file @
e0e840c0
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::
ensight
ensightSurfaceReader
Foam::ensightSurfaceReader
Description
Ensight format surface reader
...
...
@@ -181,7 +181,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
sphericalTensor
&
reValue
=
pTraits
<
sphericalTensor
>::
zero
const
sphericalTensor
&
re
f
Value
=
pTraits
<
sphericalTensor
>::
zero
)
const
;
//- Return a symmTensor field at a given time
...
...
@@ -189,7 +189,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
symmTensor
&
reValue
=
pTraits
<
symmTensor
>::
zero
const
symmTensor
&
re
f
Value
=
pTraits
<
symmTensor
>::
zero
)
const
;
//- Return a tensor field at a given time
...
...
@@ -197,7 +197,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
tensor
&
reValue
=
pTraits
<
tensor
>::
zero
const
tensor
&
re
f
Value
=
pTraits
<
tensor
>::
zero
)
const
;
};
...
...
src/sampling/sampledSurface/readers/surfaceReader.H
View file @
e0e840c0
...
...
@@ -128,7 +128,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
sphericalTensor
&
reValue
=
pTraits
<
sphericalTensor
>::
zero
const
sphericalTensor
&
re
f
Value
=
pTraits
<
sphericalTensor
>::
zero
)
const
=
0
;
//- Return a symmTensor field at a given time
...
...
@@ -136,7 +136,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
symmTensor
&
reValue
=
pTraits
<
symmTensor
>::
zero
const
symmTensor
&
re
f
Value
=
pTraits
<
symmTensor
>::
zero
)
const
=
0
;
//- Return a tensor field at a given time
...
...
@@ -144,7 +144,7 @@ public:
(
const
label
timeIndex
,
const
label
fieldIndex
,
const
tensor
&
reValue
=
pTraits
<
tensor
>::
zero
const
tensor
&
re
f
Value
=
pTraits
<
tensor
>::
zero
)
const
=
0
;
};
...
...
Write
Preview
Supports
Markdown
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