Default for input parameter iplot.

This commit is contained in:
Ludger Küperkoch 2018-01-30 11:11:57 +01:00
parent 1b85625643
commit dc6c6445a9
2 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,7 @@ if __name__ == "__main__":
help='''full path to the file containing the input help='''full path to the file containing the input
parameters for autoPyLoT''') parameters for autoPyLoT''')
parser.add_argument('-p', '-P', '--iplot', type=int, parser.add_argument('-p', '-P', '--iplot', type=int,
action='store', action='store', default=0,
help='''optional, logical variable for plotting: 0=none, 1=partial, 2=all''') help='''optional, logical variable for plotting: 0=none, 1=partial, 2=all''')
parser.add_argument('-f', '-F', '--fnames', type=str, parser.add_argument('-f', '-F', '--fnames', type=str,
action='store', action='store',

View File

@ -1 +1 @@
af39-dirty 1b85-dirty