minor cosmetic changes

- PackedList comments
- solution.C verbosity about new solver syntax on master only
This commit is contained in:
Mark Olesen
2009-04-21 14:43:27 +02:00
parent 6a3d9effa0
commit 35adfbf525
2 changed files with 10 additions and 11 deletions

View File

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