dynamicCode::basicChemistryModelTemplate.C: Corrected cpp test for TDAC

This commit is contained in:
Henry Weller
2021-06-01 10:47:31 +01:00
parent a997ddae5f
commit 44bb20af03

View File

@ -86,8 +86,10 @@ namespace Foam
makeChemistrySolver(${solver}, ${method}ChemistryModel, ThermoPhysics);
}
#define standardChemistryModelCppTest 0
#define TDACChemistryModelCppTest 1
#if ${method} == TDAC
#if ${method}CppTest == TDACChemistryModelCppTest
#include "makeChemistryReductionMethod.H"
#include "makeChemistryTabulationMethod.H"