TDACChemistryModel: resolved issue with single-precision build

This commit is contained in:
Henry Weller 2017-01-07 18:12:38 +00:00
parent 7e22440dc5
commit 1b34f84298

View File

@ -55,7 +55,7 @@ Foam::TDACChemistryModel<CompType, ThermoType>::TDACChemistryModel
IOobject::AUTO_WRITE IOobject::AUTO_WRITE
), ),
mesh, mesh,
0 scalar(0)
) )
{ {
basicMultiComponentMixture& composition = this->thermo().composition(); basicMultiComponentMixture& composition = this->thermo().composition();