First reliability tests

This commit is contained in:
Stefan Dresselhaus
2018-06-21 14:55:52 +02:00
parent e758520c5c
commit 6dfc7e1ae0
112 changed files with 20697 additions and 4 deletions

View File

@ -245,6 +245,7 @@ main = do
loghandle <- openFile (logfile opts) WriteMode
putStrLn $ "logging to: " ++ logfile opts
loop 2000 startPlants (loghandle,env)
hClose loghandle
when printEverything $ do
putStrLn "Simulation ended. Press key to exit."
_ <- getChar