aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'nlsolve.h')
-rw-r--r--nlsolve.h5
1 files changed, 3 insertions, 2 deletions
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 <threadpool.h>
+
#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.