scilab: add missing exit in template example
This commit is contained in:
parent
98d823face
commit
9b427cc2e0
1 changed files with 2 additions and 0 deletions
|
|
@ -37,3 +37,5 @@ printf("dsum = %3.2f\n", dsum);
|
|||
delete_vecint(iv);
|
||||
delete_vecdouble(dv);
|
||||
|
||||
exit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue