Skip to content

Commit

Permalink
Merge pull request #143 from gerlero/log
Browse files Browse the repository at this point in the history
Fix porousMedium log output
  • Loading branch information
gerlero authored Aug 2, 2024
2 parents 3671c0a + e3b11df commit 51fdd2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/common/porousMedium/porousMedium.C
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ Foam::Pmt::porousMedium::porousMedium(const fvMesh& mesh, const dictionary& tran
{
Info<< "not set" << nl;
}
Info<< "}" << nl
<< endl;
Info<< " Intrinsic permeability (K): ";
if (K_)
{
Expand Down

0 comments on commit 51fdd2e

Please sign in to comment.