mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: properly avoid inclusion of BDA types if BDA is disabled
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
#if HAVE_CUDA || HAVE_OPENCL
|
||||
#if COMPILE_BDA_BRIDGE && (HAVE_CUDA || HAVE_OPENCL)
|
||||
#include <opm/simulators/linalg/bda/WellContributions.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user