mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
OpenCL header was included and OpenclKernels used unconditionally in WellContributions.cpp. As this file is compiled if CUDA is found, too it lead to undefined references for e.g. cl::CommandQueue if opencl headers were there and compile error if not.