From 29f5b628317bcf83ddc5bfeaec92108b6bb1e89d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 26 Jul 2020 18:39:53 +0200 Subject: Switch to external threadpool library. --- nlsolve.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nlsolve.h') diff --git a/nlsolve.h b/nlsolve.h index 426cb24..eaa2b64 100644 --- a/nlsolve.h +++ b/nlsolve.h @@ -19,10 +19,11 @@ #ifndef TEUKOLSKY_DATA_NLSOLVE_H #define TEUKOLSKY_DATA_NLSOLVE_H +#include + #include "basis.h" #include "log.h" #include "pssolve.h" -#include "threadpool.h" typedef struct NLSolvePriv NLSolvePriv; @@ -43,7 +44,7 @@ typedef struct NLSolveContext { * caller before tdi_nlsolve_context_init(), otherwise a single thread will * be used. */ - ThreadPoolContext *tp; + TPContext *tp; /** * Number of equations/unknown functions in the set. -- cgit v1.2.3