functionObjects: Corrected typos and various errors in new classes

This commit is contained in:
Henry
2013-11-29 17:17:27 +00:00
parent 14bfd4f554
commit ef0a8e50f9
7 changed files with 11 additions and 11 deletions

View File

@ -31,7 +31,7 @@ License
namespace Foam
{
defineTypeNameAndDebug(pressureTools, 0);
defineTypeNameAndDebug(pressureTools, 0);
}
@ -324,7 +324,7 @@ void Foam::pressureTools::write()
if (active_)
{
const volScalarField& pResult =
obr_.lookupObject<volScalarField>(pName())
obr_.lookupObject<volScalarField>(pName());
Info<< type() << " " << name_ << " output:" << nl
<< " writing field " << pResult.name() << nl