basicChemistryModelTemplate: Corrected test for TDAC

Resolves bug-report https://bugs.openfoam.org/view.php?id=3717
This commit is contained in:
Henry Weller
2021-08-25 11:47:42 +01:00
parent 4d97c30469
commit 9b8aa48a7e

View File

@ -89,7 +89,7 @@ namespace Foam
#define standardChemistryModelCppTest 0
#define TDACChemistryModelCppTest 1
#if ${method}CppTest == TDACChemistryModelCppTest
#if ${method}ChemistryModelCppTest == TDACChemistryModelCppTest
#include "makeChemistryReductionMethod.H"
#include "makeChemistryTabulationMethod.H"