From 68805b5a5409099e8a66bfd4e4b78bb0c5af9fcb Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 1 Mar 2018 14:23:09 +0000 Subject: [PATCH] singleComponentMixture: Updated for the Intel compiler --- .../mixtures/singleComponentMixture/singleComponentMixture.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thermophysicalModels/reactionThermo/mixtures/singleComponentMixture/singleComponentMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/singleComponentMixture/singleComponentMixture.C index b8374445dc..bbd040c84d 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/singleComponentMixture/singleComponentMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/singleComponentMixture/singleComponentMixture.C @@ -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::singleComponentMixture const word& phaseName ) : - basicSpecieMixture(thermoDict, wordList::null(), mesh, phaseName), + basicSpecieMixture(thermoDict, wordList(), mesh, phaseName), thermo_(thermoDict.subDict("mixture")) {}