Skip to content
Snippets Groups Projects
Commit 46b8bfb2 authored by Henry Weller's avatar Henry Weller
Browse files

codedFunctionObject.H: Corrected docs

parent e0574c47
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment