STY: Cleaning Info statement in BC constructor

This commit is contained in:
sergio 2018-06-08 12:20:48 -07:00
parent fdfc5bd0e9
commit ee06e8de33

View File

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