Merge branch 'master' of gitosis@stbuehler.de:icfp11

This commit is contained in:
Stefan Bühler 2008-07-14 00:06:02 +02:00
commit 8a8bb9d91a
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void trial_loop(trial *t) {
if (-1 == trial_check_input(t)) return;
// if (-1 == trial_wait_for_input(t)) return;
}
trial_matlab(t);
trial_reset_run(t);
fclose(sim);
} while (!t->finished);