mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
singleComponentMixture: Updated for the Intel compiler
This commit is contained in:
@ -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"))
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user