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

functionObjects: Updated documentation

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2138
parent 7093f478
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ Description
type removeRegisteredObject;
libs ("libutilityFunctionObjects.so");
...
objectNames (obj1 obj2);
objects (obj1 obj2);
}
\endverbatim
......@@ -45,7 +45,7 @@ Usage
\table
Property | Description | Required | Default value
type | type name: removeRegisteredObject | yes |
objectNames | objects to remove | yes |
objects | objects to remove | yes |
\endtable
See also
......
......@@ -48,7 +48,7 @@ Description
libs ("libutilityFunctionObjects.so");
exclusiveWriting true;
...
objectNames (obj1 obj2);
objects (obj1 obj2);
}
\endverbatim
......@@ -56,7 +56,7 @@ Usage
\table
Property | Description | Required | Default value
type | type name: writeObjects | yes |
objectNames | objects to write | yes |
objects | objects to write | yes |
exclusiveWriting | Takes over object writing | no | yes
\endtable
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment