readded matlab trial output
This commit is contained in:
parent
070a6a1417
commit
3399329d93
@ -43,6 +43,7 @@ void trial_loop(trial *t) {
|
|||||||
if (-1 == trial_check_input(t)) return;
|
if (-1 == trial_check_input(t)) return;
|
||||||
// if (-1 == trial_wait_for_input(t)) return;
|
// if (-1 == trial_wait_for_input(t)) return;
|
||||||
}
|
}
|
||||||
|
trial_matlab(t);
|
||||||
trial_reset_run(t);
|
trial_reset_run(t);
|
||||||
fclose(sim);
|
fclose(sim);
|
||||||
} while (!t->finished);
|
} while (!t->finished);
|
||||||
|
Loading…
Reference in New Issue
Block a user