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
7e16d36a
Commit
7e16d36a
authored
Apr 07, 2017
by
mark
Browse files
BUG: typo in addProfiling0 macro (fixes
#446
)
parent
118c8cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/global/profiling/profiling.H
View file @
7e16d36a
...
...
@@ -468,7 +468,7 @@ public:
// \sa addProfiling
// \sa endProfiling
#define addProfiling0(name) \
::Foam::
P
rofiling::Trigger profilingTriggerFor##name(#name)
::Foam::
p
rofiling::Trigger profilingTriggerFor##name(#name)
//- Define profiling with specified name and description correspond to the
// compiler-defined function name string:
...
...
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