ENH: Removed duplicate construction message

This commit is contained in:
andy
2010-10-28 17:36:16 +01:00
parent ca23745b70
commit c4db7d053a

View File

@ -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 "