diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-15 09:29:53 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-15 09:29:53 +0100 |
commit | 8f13763ce07bea66bbcdc4c56b6ccefe8594bd22 (patch) | |
tree | 1fedd4b8b730c8f8ea1998e281a139b272ae72a7 /doc | |
parent | f27a12dd99b5cdd16dde0c6704c10cde5b60869c (diff) | |
download | fullSWOF-utils-8f13763ce07bea66bbcdc4c56b6ccefe8594bd22.tar.gz |
doc: Include relative path in makeBoundary command.
* doc/fullswof-utils.texi (Invoking makeBoundary): Add relative path.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fullswof-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index d2412c9..bf39498 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -192,7 +192,7 @@ The @command{makeBoundary} program creates boundary condition files for the @emph{FullSWOF} solver. The command-line syntax is: @example -makeBoundary @option{boundary} +./makeBoundary @option{boundary} @end example where @option{boundary} is one of @code{top}, @code{bottom}, @code{left} |