Skip to content
Snippets Groups Projects
Commit ee06e8de authored by sergio's avatar sergio
Browse files

STY: Cleaning Info statement in BC constructor

parent fdfc5bd0
Branches
Tags
No related merge requests found
......@@ -71,10 +71,7 @@ outletMachNumberPressureFvPatchScalarField
UName_(dict.lookupOrDefault<word>("U", "U")),
choked_(dict.lookup("choked")),
relax_(dict.lookupOrDefault<scalar>("relax", 0))
{
Info<< "The outletMachNumber pressure BC is using the flag choked: "
<< choked_ << endl;
}
{}
Foam::outletMachNumberPressureFvPatchScalarField::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment