aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-16 11:25:35 +0200
committerAnton Khirnov <anton@khirnov.net>2022-09-16 11:27:10 +0200
commit9c32be19bf768706a874aa68d7e90964d1d80f08 (patch)
tree256ac6229adfd7df88c61c8b8f7877ff8d9d1e0c /nlsolve.h
parentb43cc61bc85781e384eb183c3818b08421f0b84f (diff)
Remove disabled and pointless OpenCL support.
Diffstat (limited to 'nlsolve.h')
-rw-r--r--nlsolve.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nlsolve.h b/nlsolve.h
index eaa2b64..d0e3c38 100644
--- a/nlsolve.h
+++ b/nlsolve.h
@@ -84,11 +84,6 @@ typedef struct NLSolveContext {
*/
double *(*colloc_grid)[2];
-#if HAVE_OPENCL
- cl_context ocl_ctx;
- cl_command_queue ocl_queue;
-#endif
-
// solver parameters
unsigned int maxiter;
double atol;