mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 06:41:42 +00:00
change default averaging time to 1
This commit is contained in:
@ -231,7 +231,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument('-nq', '--noqti', dest = 'noqti',
|
||||
help = 'Do not create *.qti file', action = 'store_true', default = False)
|
||||
parser.add_argument('-t', '--time', dest = 'time',
|
||||
help = 'Averaging time', action = 'store', default = 100)
|
||||
help = 'Averaging time', action = 'store', default = 1)
|
||||
parser.add_argument('-s', '--step', dest = 'step',
|
||||
help = 'Time step', action = 'store', default = 1.0)
|
||||
args = parser.parse_args()
|
||||
|
Reference in New Issue
Block a user