Scilab: remove build & link verbose messages in examples
This commit is contained in:
parent
9f259e0ee8
commit
47868bcbfe
14 changed files with 14 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// ----- Object creation -----
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
SWIG_Init();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// Call our gcd() function
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
SWIG_Init();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
a = 37
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// create a new matrix
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// Test lib double matrix functions
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// First create some objects using the pointer library.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// Call our gcd() function
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
SWIG_Init();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
SWIG_Init();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
//create a struct
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
function printShape(shape, name)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
lines(0);
|
||||
ilib_verbose(0);
|
||||
exec loader.sce;
|
||||
|
||||
// Try to set the values of some global variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue