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
Branches
Tags
No related merge requests found
...@@ -94,8 +94,6 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType ...@@ -94,8 +94,6 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType
).lookup("thermoType") ).lookup("thermoType")
); );
Info<< "Selecting thermodynamics package " << modelType << endl;
if (modelType.find(thermoType) == string::npos) if (modelType.find(thermoType) == string::npos)
{ {
wordList allModels = fvMeshConstructorTablePtr_->sortedToc(); wordList allModels = fvMeshConstructorTablePtr_->sortedToc();
...@@ -112,8 +110,8 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType ...@@ -112,8 +110,8 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType
( (
"autoPtr<hsReactionThermo> hsReactionThermo::NewType" "autoPtr<hsReactionThermo> hsReactionThermo::NewType"
"(" "("
"const fvMesh&, " "const fvMesh&, "
"const word&" "const word&"
")" ")"
) << "Inconsistent thermo package selected:" << nl << nl ) << "Inconsistent thermo package selected:" << nl << nl
<< modelType << nl << nl << "Please select a " << modelType << nl << nl << "Please select a "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment