diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2006-09-01 08:49:10 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2006-09-01 08:49:10 +0000 |
commit | e9a3d5bc6c0cf2c8536aa460e61aa95bb3951458 (patch) | |
tree | bd083f99a29a5eed9d765c4f1a234a66f6076860 /scilab/modules/data_structures/etc | |
parent | 284b50e1cafa8c7c5231c2f33bcdaf56a2d5d9a7 (diff) | |
download | scilab-e9a3d5bc6c0cf2c8536aa460e61aa95bb3951458.zip scilab-e9a3d5bc6c0cf2c8536aa460e61aa95bb3951458.tar.gz |
Reorganization
rewrite lstelmi.f --> gw_data_structures2.c
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index 20548a1..761a843 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -3,7 +3,7 @@ | |||
3 | // Copyright INRIA 2006 | 3 | // Copyright INRIA 2006 |
4 | // ==================================================================== | 4 | // ==================================================================== |
5 | //Load functions librarie | 5 | //Load functions librarie |
6 | load('SCI/modules/data_structures/macros/lib'); | 6 | //load('SCI/modules/data_structures/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | global LANGUAGE | 9 | global LANGUAGE |
@@ -13,10 +13,10 @@ path = getshortpathname(path); | |||
13 | 13 | ||
14 | if LANGUAGE == 'fr' then | 14 | if LANGUAGE == 'fr' then |
15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); | 15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); |
16 | add_help_chapter("Structures",path); | 16 | // add_help_chapter("Structures",path); |
17 | elseif LANGUAGE == 'eng' then | 17 | elseif LANGUAGE == 'eng' then |
18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/eng',%f,%f); | 18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/eng',%f,%f); |
19 | add_help_chapter("Data Structures",path); | 19 | // add_help_chapter("Data Structures",path); |
20 | end | 20 | end |
21 | 21 | ||
22 | clear path get_absolute_file_path add_help_chapter LANGUAGE; | 22 | clear path get_absolute_file_path add_help_chapter LANGUAGE; |