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

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