ENH: function obejct updates

This commit is contained in:
andy
2013-10-04 16:44:58 +01:00
parent 184a4c7c67
commit 837ca32397
35 changed files with 261 additions and 195 deletions

View File

@ -76,7 +76,7 @@ void Foam::cloudInfo::read(const dictionary& dict)
{
functionObjectFile::resetNames(dict.lookup("clouds"));
Info<< type() << ": ";
Info<< type() << " " << name_ << ": ";
if (names().size())
{
Info<< "applying to clouds:" << nl;