diff --git a/gprMax/gprMax.py b/gprMax/gprMax.py index 85a9545e..3602889a 100644 --- a/gprMax/gprMax.py +++ b/gprMax/gprMax.py @@ -443,8 +443,8 @@ def run_model(args, modelrun, numbermodelruns, inputfile, usernamespace): # If geometry information to be reused between model runs else: - inputfilestr = '\nInput file not re-processed' - print(Fore.GREEN + '{} {}\n'.format(inputfilestr, '-' * (get_terminal_width() - 1 - len(inputfilestr)))) + inputfilestr = '\n--- Model {} of {}, input file (not re-processed, i.e. geometry fixed): {}'.format(modelrun, numbermodelruns, inputfile) + print(Fore.GREEN + '{} {}\n'.format(inputfilestr, '-' * (get_terminal_width() - 1 - len(inputfilestr))) + Style.RESET_ALL) # Clear arrays for field components G.initialise_field_arrays()