mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
Fix link error
This commit is contained in:
parent
8ab625c3fa
commit
baca4a57a0
@ -13,7 +13,7 @@ namespace ngcore
|
||||
size_t dummy_thread_flops[NgProfiler::SIZE];
|
||||
size_t * NgProfiler::thread_flops = dummy_thread_flops; // NOLINT
|
||||
|
||||
std::shared_ptr<spdlog::logger> logger = GetLogger("Profiler"); // NOLINT
|
||||
std::shared_ptr<spdlog::logger> NgProfiler::logger = GetLogger("Profiler"); // NOLINT
|
||||
|
||||
NgProfiler :: NgProfiler()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user