We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b889e commit a6b9655Copy full SHA for a6b9655
1 file changed
tests/drivers/DriverSecondOrderReverseForward.hpp
@@ -49,6 +49,7 @@
49
50
#ifdef BUILD_REFERENCE
51
using TestReal = codi::RealReverseIndexGen<codi::RealForward>;
52
+ using NestedReal = codi::RealForward;
53
#else
54
using TestReal = codi::RealReverseIndexOpenMPGen<codi::RealForward>;
55
using NestedReal = codi::RealForward;
0 commit comments