From b4c7817576ff3e03411289796bc6c16fa4ab2fc7 Mon Sep 17 00:00:00 2001 From: vaclav Date: Wed, 4 Oct 2023 15:21:29 +0000 Subject: [PATCH] Correct switch name. --- lib_com/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_com/options.h b/lib_com/options.h index ae0fc10140..db9f53c699 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -159,7 +159,7 @@ #define FIX_712_713_SPLIT_REND_MASA_MC /*Dlb : Fix for issue 712 and 713*/ #endif -#define FIX_818_DOUBLE_PREC_KERNEN_SW /* FhG: Issue 818: Avoid double precision in kernel switching */ +#define FIX_818_DOUBLE_PREC_KERNEL_SW /* FhG: Issue 818: Avoid double precision in kernel switching */ /* #################### End BE switches ################################## */ -- GitLab