codedFunctionObject.H: Corrected docs
Resolved bug-report http://bugs.openfoam.org/view.php?id=2313
This commit is contained in:
parent
d950e2bc20
commit
c8ab53dc4d
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue