correct description

This commit is contained in:
Martin Diehl 2017-06-01 10:00:21 +02:00
parent d7b6c2005e
commit 6599f7299d
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 596ec41a5117c5f2a09356ffeee8cd8ce9a149d7
Subproject commit 19a53f6229603aeafb2466b58679a1cd04fc0142

View File

@ -16,9 +16,9 @@ scriptID = ' '.join([scriptName,damask.version])
# --------------------------------------------------------------------
parser = OptionParser(option_class=damask.extendableOption, usage='%prog option(s) [ASCIItable(s)]', description = """
Add column(s) containing gradient of requested column(s).
Operates on periodic ordered three-dimensional data sets.
Deals with both vector- and scalar fields.
Add column(s) containing Gaussian filtered values of requested column(s).
Operates on periodic and non-periodic ordered three-dimensional data sets.
For Details see scipy.ndimage documentation.
""", version = scriptID)