mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
remove NETGEN_INLINE from StartTask
This commit is contained in:
parent
566c858771
commit
7f172344e8
@ -171,7 +171,7 @@ namespace ngcore
|
||||
}
|
||||
|
||||
|
||||
NETGEN_INLINE int StartTask(int thread_id, int id, int id_type = Task::ID_NONE, int additional_value = -1)
|
||||
int StartTask(int thread_id, int id, int id_type = Task::ID_NONE, int additional_value = -1)
|
||||
{
|
||||
if(!tracing_enabled) return -1;
|
||||
if(!trace_threads && !trace_thread_counter) return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user