codedFunctionObject.H: Corrected docs

Resolved bug-report http://bugs.openfoam.org/view.php?id=2313
This commit is contained in:
Henry Weller
2016-10-31 15:45:59 +00:00
parent e0574c471f
commit 46b8bfb25f

View File

@ -55,12 +55,11 @@ Description
// Lookup U // Lookup U
const volVectorField& U = mesh().lookupObject<volVectorField>("U"); const volVectorField& U = mesh().lookupObject<volVectorField>("U");
// Write // Write
mag(U).write(); mag(U)().write();
} #};"
} }
\endverbatim \endverbatim
See also See also
Foam::functionObject Foam::functionObject
Foam::codedBase Foam::codedBase