ENH: add optional write flag to fieldMinMax

- allows logging min/max without creating any files
This commit is contained in:
Mark Olesen
2010-06-08 12:51:55 +02:00
parent 6dbc3b9f92
commit aaf1674de2
6 changed files with 120 additions and 27 deletions

View File

@ -103,7 +103,7 @@ void Foam::writeRegisteredObject::write()
(
"Foam::writeRegisteredObject::read(const dictionary&)"
) << "Object " << objectNames_[i] << " not found in "
<< "database. Available objects are:" << nl << obr_.toc()
<< "database. Available objects:" << nl << obr_.sortedToc()
<< endl;
}