singleComponentMixture: Updated for the Intel compiler

This commit is contained in:
Henry Weller
2018-03-01 14:23:09 +00:00
parent 0d2fe24cd7
commit 68805b5a54

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2017 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -35,7 +35,7 @@ Foam::singleComponentMixture<ThermoType>::singleComponentMixture
const word& phaseName
)
:
basicSpecieMixture(thermoDict, wordList::null(), mesh, phaseName),
basicSpecieMixture(thermoDict, wordList(), mesh, phaseName),
thermo_(thermoDict.subDict("mixture"))
{}