Skip to content

Commit a766681

Browse files
more ifdef stuff
1 parent 841cb75 commit a766681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/numerics/NEMO/CNEMONumerics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CNEMONumerics::CNEMONumerics(unsigned short val_nDim, unsigned short val_nVar,
6464
/*--- Instatiate the correct fluid model ---*/
6565
switch (config->GetKind_FluidModel()) {
6666
case MUTATIONPP:
67-
#ifdef HAVE_MPP
67+
#if defined(HAVE_MPP) && !defined(CODI_REVERSE_TYPE) && !defined(CODI_FORWARD_TYPE)
6868
fluidmodel = new CMutationTCLib(config, nDim);
6969
#else
7070
SU2_MPI::Error(string("Mutation++ has not been configured/compiled. Add 1) '-Denable-mpp=true' to your meson string or 2) '-DHAVE_MPP' to the CXX FLAGS of your configure string, and recompile."),

0 commit comments

Comments
 (0)