# HG changeset patch # User luca_milaz # Date 1722674989 0 # Node ID 47aa809684329c94c212cc00984fb62eae4aba70 # Parent 14c5209b364ef16f3e534f89fca9422b1edbda60 Uploaded diff -r 14c5209b364e -r 47aa80968432 marea_2/flux_simulation.py --- a/marea_2/flux_simulation.py Sat Aug 03 08:47:12 2024 +0000 +++ b/marea_2/flux_simulation.py Sat Aug 03 08:49:49 2024 +0000 @@ -33,9 +33,6 @@ help = 'your tool directory') - - - parser.add_argument('-in', '--input', required = True, type=str, @@ -78,7 +75,7 @@ required = True, help = 'output type') - parser.add_argument('-ot', '--output_type_analysis', + parser.add_argument('-ota', '--output_type_analysis', type = str, required = False, help = 'output type analysis')