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-plus
Commits
e65b8b76
Commit
e65b8b76
authored
May 17, 2016
by
Henry Weller
Browse files
patchProbes: Corrected the signature of the write function
parent
0aa28487
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/sampling/probes/patchProbes.C
View file @
e65b8b76
...
...
@@ -237,7 +237,7 @@ Foam::patchProbes::~patchProbes()
{}
bool
Foam
::
patchProbes
::
write
()
bool
Foam
::
patchProbes
::
write
(
const
bool
postProcess
)
{
if
(
this
->
size
()
&&
prepare
())
{
...
...
src/sampling/probes/patchProbes.H
View file @
e65b8b76
...
...
@@ -154,7 +154,7 @@ public:
//- Public members
//- Sample and write
virtual
bool
write
();
virtual
bool
write
(
const
bool
postProcess
);
//- Read
virtual
bool
read
(
const
dictionary
&
);
...
...
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