mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Corrected typos and various errors in new classes
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user