diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2011-05-05 15:57:28 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-06-15 11:30:28 +0200 |
commit | 969c55109f53d434ad24de700472b92d8ded481d (patch) | |
tree | 9476deb33e4595bd00f68be871cfdb4ed4bdf75f /scilab/modules/data_structures/etc | |
parent | f10423fba18449a33e16d366527ac19015d5494c (diff) | |
download | scilab-969c55109f53d434ad24de700472b92d8ded481d.zip scilab-969c55109f53d434ad24de700472b92d8ded481d.tar.gz |
demos index build only when we need + .start embedded in a function (cleared after)
Change-Id: I17ae3835e167aea25a604ffc8b1d92cc5808f701
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index fb401de..8ab6610 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -7,7 +7,13 @@ | |||
7 | // are also available at | 7 | // are also available at |
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
9 | 9 | ||
10 | function data_structureslib = startModule() | ||
11 | |||
10 | //Load functions libraries | 12 | //Load functions libraries |
11 | // ============================================================================= | 13 | // ============================================================================= |
12 | load("SCI/modules/data_structures/macros/lib"); | 14 | load("SCI/modules/data_structures/macros/lib"); |
15 | |||
16 | endfunction | ||
13 | 17 | ||
18 | data_structureslib = startModule(); | ||
19 | clear startModule; | ||