diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C index 0520bb7289246f68e87c96e2848f1dd2c8b6d542..ebf4d6c36915d3572e2ea50d3ec9d2c41166f832 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C @@ -94,8 +94,6 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType ).lookup("thermoType") ); - Info<< "Selecting thermodynamics package " << modelType << endl; - if (modelType.find(thermoType) == string::npos) { wordList allModels = fvMeshConstructorTablePtr_->sortedToc(); @@ -112,8 +110,8 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType ( "autoPtr<hsReactionThermo> hsReactionThermo::NewType" "(" - "const fvMesh&, " - "const word&" + "const fvMesh&, " + "const word&" ")" ) << "Inconsistent thermo package selected:" << nl << nl << modelType << nl << nl << "Please select a "