diff options
author | jofret | 2010-06-21 08:50:31 +0000 |
---|---|---|
committer | jofret | 2010-06-21 08:50:31 +0000 |
commit | 80b9db1aaca7b3172ef6aca71f29e66c82f62fe2 (patch) | |
tree | 7b46e358c868ee00be4cf05e2467b7890cb8044b /builder.sce | |
parent | 6d7c1d87455053bb11082198f747eb9445f59675 (diff) | |
download | scilab2c-80b9db1aaca7b3172ef6aca71f29e66c82f62fe2.tar.gz scilab2c-80b9db1aaca7b3172ef6aca71f29e66c82f62fe2.tar.bz2 scilab2c-80b9db1aaca7b3172ef6aca71f29e66c82f62fe2.zip |
Simple Hypermatrix test
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.sce b/builder.sce index 3cfd046e..71523a6b 100644 --- a/builder.sce +++ b/builder.sce @@ -27,7 +27,7 @@ TOOLBOX_TITLE = 'Scilab 2 C Converter'; toolbox_dir = get_absolute_file_path('builder.sce'); tbx_builder_macros(toolbox_dir); -tbx_builder_help(toolbox_dir); +//tbx_builder_help(toolbox_dir); tbx_build_loader(TOOLBOX_NAME, toolbox_dir); clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE; |