mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: typo in addProfiling0 macro (fixes #446)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user