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
bb51bcb7
Commit
bb51bcb7
authored
Jan 13, 2011
by
Andrew Heather
Browse files
ENH: Encapsulate warning in debug scope
parent
e2b6e323
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/basic/Cloud/Cloud.H
View file @
bb51bcb7
...
...
@@ -253,7 +253,8 @@ public:
//- Increment the nTrackingRescues counter
void
trackingRescue
()
const
{
if
(
++
nTrackingRescues_
%
size
()
==
0
)
nTrackingRescues_
++
;
if
(
cloud
::
debug
&&
nTrackingRescues_
%
size
()
==
0
)
{
Pout
<<
" "
<<
nTrackingRescues_
<<
" tracking rescues "
<<
endl
;
...
...
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