diff options
author | Francois Delebecque <Francois.Delebecque@inria.fr> | 2004-09-23 12:05:12 +0000 |
---|---|---|
committer | Francois Delebecque <Francois.Delebecque@inria.fr> | 2004-09-23 12:05:12 +0000 |
commit | 246f824bda43e3a71189c6f0cf00f7dc66c60d7a (patch) | |
tree | 6687753ddace731e2fb3b518fa0a966b4cd38753 /scilab_doc | |
parent | 3368c629973e3c074c1cbd3bafc7827ea665a208 (diff) | |
download | scilab-246f824bda43e3a71189c6f0cf00f7dc66c60d7a.zip scilab-246f824bda43e3a71189c6f0cf00f7dc66c60d7a.tar.gz |
new
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/intro/diary/d1p41.code | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scilab_doc/intro/diary/d1p41.code b/scilab_doc/intro/diary/d1p41.code new file mode 100644 index 0000000..4038ae4 --- /dev/null +++ b/scilab_doc/intro/diary/d1p41.code | |||
@@ -0,0 +1,2 @@ | |||
1 | Params.tol=[0.01,0.002]; Params.errmsg='error message'; | ||
2 | Params.tol(2) | ||