Skip to content
Snippets Groups Projects
Commit ad3d5020 authored by mattijs's avatar mattijs
Browse files

ENH: foamDictionary. Added comment. Fixes #316.

parent e27e5663
Branches
Tags
No related merge requests found
......@@ -113,6 +113,14 @@ Usage
dictionary with keyword 'entryDDD' where DDD is the position
in the dictionary (after ignoring the FoamFile entry).
Notes:
- the use of '.' as the scoping symbol might conflict with
e.g. file extensions ('.' is not really considered
to be a valid word character). Instead use the '/' as a scoping
character e.g.
foamDictionary system/snappyHexMeshDict \
-entry /geometry/motorBike.obj -remove
\*---------------------------------------------------------------------------*/
#include "argList.H"
......
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