diff options
| author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-25 12:10:02 +0000 |
|---|---|---|
| committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-25 12:10:02 +0000 |
| commit | b0048033b870f799531a6540882bad316093b039 (patch) | |
| tree | 646d8b1c4c88c7185bfac335a0771e9367447c44 | |
| parent | a8036cd23bea6e27e269fee2adb9e839ff8cdee5 (diff) | |
| download | fullSWOF-utils-b0048033b870f799531a6540882bad316093b039.tar.gz | |
doc: Include input file requirement for slope.py.
* doc/fullswof-utils.texi (Invoking slope.py): Add description of input.
| -rw-r--r-- | doc/fullswof-utils.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index aaca87e..eee21e9 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -312,8 +312,10 @@ start with the @samp{#} character are treated as comments. @section Invoking slope.py @command{slope.py} is an interactive program that is able to derive -local gradient information from elevation data and user input. To start -the program the command is: +local gradient information from elevation data and user input. The +program reads the elevation data from the file @file{topography.txt}, +which must be located in the working directory. To start the program +the command is: @example ./slope.py |
