wham2d now uses minimal dimensios for wham exec

This commit is contained in:
Daniel Bauer
2018-06-21 11:52:50 +02:00
parent 2805169885
commit 2a71da1059
5 changed files with 37 additions and 13 deletions

View File

@@ -98,6 +98,6 @@ runner.cvs_init = (0, 0)
runner.E_min = 5
runner.E_max = 100
runner.E_incr = 10
runner.max_iterations = 5
runner.max_iterations = 1
runner.run()