Scilab: remove build & link verbose messages in examples

This commit is contained in:
Simon Marchetto 2013-09-09 12:05:57 +02:00
commit 47868bcbfe
14 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// ----- Object creation -----

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
SWIG_Init();

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// Call our gcd() function

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
SWIG_Init();

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
a = 37

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// create a new matrix

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// Test lib double matrix functions

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// First create some objects using the pointer library.

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// Call our gcd() function

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
SWIG_Init();

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
SWIG_Init();

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
//create a struct

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
function printShape(shape, name)

View file

@ -1,4 +1,5 @@
lines(0);
ilib_verbose(0);
exec loader.sce;
// Try to set the values of some global variables