Skip to content
Snippets Groups Projects
Commit e8156959 authored by mark's avatar mark
Browse files

BUG: typo in addProfiling0 macro (fixes #446)

parent a8bf5b8e
Branches
No related merge requests found
......@@ -468,7 +468,7 @@ public:
// \sa addProfiling
// \sa endProfiling
#define addProfiling0(name) \
::Foam::Profiling::Trigger profilingTriggerFor##name(#name)
::Foam::profiling::Trigger profilingTriggerFor##name(#name)
//- Define profiling with specified name and description correspond to the
// compiler-defined function name string:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment