Skip to content
Snippets Groups Projects
Commit c4db7d05 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Removed duplicate construction message

parent ca23745b
No related merge requests found
......@@ -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 "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment