basicChemistryModelTemplate: Corrected test for TDAC
Resolves bug-report https://bugs.openfoam.org/view.php?id=3717
This commit is contained in:
@ -89,7 +89,7 @@ namespace Foam
|
|||||||
#define standardChemistryModelCppTest 0
|
#define standardChemistryModelCppTest 0
|
||||||
#define TDACChemistryModelCppTest 1
|
#define TDACChemistryModelCppTest 1
|
||||||
|
|
||||||
#if ${method}CppTest == TDACChemistryModelCppTest
|
#if ${method}ChemistryModelCppTest == TDACChemistryModelCppTest
|
||||||
|
|
||||||
#include "makeChemistryReductionMethod.H"
|
#include "makeChemistryReductionMethod.H"
|
||||||
#include "makeChemistryTabulationMethod.H"
|
#include "makeChemistryTabulationMethod.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user