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

BUG: typo in addProfiling0 macro (fixes #446)

parent 118c8cad
No related merge requests found
...@@ -468,7 +468,7 @@ public: ...@@ -468,7 +468,7 @@ public:
// \sa addProfiling // \sa addProfiling
// \sa endProfiling // \sa endProfiling
#define addProfiling0(name) \ #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 //- Define profiling with specified name and description correspond to the
// compiler-defined function name string: // 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