We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad658c commit 8a35370Copy full SHA for 8a35370
1 file changed
Common/include/code_config.hpp
@@ -96,7 +96,7 @@ FORCEINLINE Out su2staticcast_p(In ptr) {
96
#include "codi/tools/data/externalFunctionUserData.hpp"
97
98
#if defined(HAVE_OMP)
99
-using su2double = codi::RealReverseIndexOpenMP;
+using su2double = codi::RealReverseIndexOpenMPGen<double, double>;
100
#else
101
#if defined(CODI_INDEX_TAPE)
102
using su2double = codi::RealReverseIndex;
0 commit comments