mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor cosmetic changes
- PackedList comments - solution.C verbosity about new solver syntax on master only
This commit is contained in:
@ -134,7 +134,7 @@ Foam::label Foam::solution::upgradeSolverDict
|
||||
|
||||
|
||||
// write out information to help people adjust to the new syntax
|
||||
if (verbose)
|
||||
if (verbose && Pstream::master())
|
||||
{
|
||||
Info<< "// using new solver syntax:\n"
|
||||
<< iter().keyword() << subdict << endl;
|
||||
|
||||
Reference in New Issue
Block a user