scilab: add missing exit in template example

This commit is contained in:
Simon Marchetto 2014-08-08 11:57:34 +02:00
commit 9b427cc2e0

View file

@ -37,3 +37,5 @@ printf("dsum = %3.2f\n", dsum);
delete_vecint(iv);
delete_vecdouble(dv);
exit