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
const volVectorField& U = mesh().lookupObject<volVectorField>("U");
// Write
mag(U).write();
}
mag(U)().write();
#};"
}
\endverbatim
See also
Foam::functionObject
Foam::codedBase