mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TDACChemistryModel: resolved issue with single-precision build
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user