ENH: foamDictionary. Added comment. Fixes #316.

This commit is contained in:
mattijs 2018-02-14 10:17:13 +00:00
parent e27e566345
commit ad3d5020f7

View File

@ -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"