Fix typo in macro usage.

This commit is contained in:
Atgeirr Flø Rasmussen 2023-09-21 11:39:14 +02:00
parent 18f0d8fd27
commit 7aa33058c4

View File

@ -220,7 +220,7 @@ struct OpenclIluParallel<TypeTag, TTag::FlowIstlSolverParams> {
// Set the backend to be used.
template<class TypeTag>
struct LinearSolverBackend<TypeTag, TTag::FlowIstlSolverParams> {
#if COMPLE_BDA_BRIDGE
#if COMPILE_BDA_BRIDGE
using type = ISTLSolverEbosBda<TypeTag>;
#else
using type = ISTLSolverEbos<TypeTag>;