[bugfix] default filename given for nlloc in default_parameters

This commit is contained in:
Marcel Paffrath 2018-07-10 13:35:24 +02:00
parent 1de1dc71f8
commit 6ab2609e8c

View File

@ -63,7 +63,7 @@ defaults = {'rootpath': {'type': str,
'ctrfile': {'type': str,
'tooltip': 'name of autoPyLoT-output control file for NLLoc',
'value': 'Insheim_min1d2015_auto.in',
'value': '',
'namestring': 'Control filename'},
'ttpatter': {'type': str,