diff options
author | Pierre MARECHAL <pierre.marechal@scilab.org> | 2009-07-22 08:19:00 +0200 |
---|---|---|
committer | Pierre MARECHAL <pierre.marechal@scilab.org> | 2009-07-22 08:19:00 +0200 |
commit | ae73c9312dd899a008854852b975c112040bf35b (patch) | |
tree | 2ec325416e43ce417157f287ef16700a91499e57 /scilab/modules/intersci/etc | |
parent | ef6ecc4ca6e1f16ada725dfb2c297201b49c3c48 (diff) | |
download | scilab-ae73c9312dd899a008854852b975c112040bf35b.zip scilab-ae73c9312dd899a008854852b975c112040bf35b.tar.gz |
- Fix bug 4573
- homogenize .start and .quit
Diffstat (limited to 'scilab/modules/intersci/etc')
-rw-r--r-- | scilab/modules/intersci/etc/intersci.quit | 16 | ||||
-rw-r--r-- | scilab/modules/intersci/etc/intersci.start | 15 |
2 files changed, 12 insertions, 19 deletions
diff --git a/scilab/modules/intersci/etc/intersci.quit b/scilab/modules/intersci/etc/intersci.quit index 28d8c8d..acbd94a 100644 --- a/scilab/modules/intersci/etc/intersci.quit +++ b/scilab/modules/intersci/etc/intersci.quit | |||
@@ -1,5 +1,6 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
2 | // Copyright (C) 2006-2008 - INRIA | 2 | // Copyright (C) 2007-2008 - INRIA |
3 | // Copyright (C) 2009 - DIGITEO | ||
3 | // | 4 | // |
4 | // This file must be used under the terms of the CeCILL. | 5 | // This file must be used under the terms of the CeCILL. |
5 | // This source file is licensed as described in the file COPYING, which | 6 | // This source file is licensed as described in the file COPYING, which |
@@ -7,11 +8,8 @@ | |||
7 | // are also available at | 8 | // are also available at |
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
9 | 10 | ||
10 | 11 | // Delete help chapter | |
11 | // ==================================================================== | 12 | // ============================================================================= |
12 | // This file contains command to be executed at the end | 13 | if WITH_HELPTOOLS then |
13 | // of a scilab session for intersci module | 14 | del_help_chapter("intersci",%t); |
14 | // ==================================================================== | 15 | end |
15 | // delete help chapter | ||
16 | del_help_chapter('intersci',%T); | ||
17 | // ==================================================================== | ||
diff --git a/scilab/modules/intersci/etc/intersci.start b/scilab/modules/intersci/etc/intersci.start index c22c5d5..7dffdb8 100644 --- a/scilab/modules/intersci/etc/intersci.start +++ b/scilab/modules/intersci/etc/intersci.start | |||
@@ -7,13 +7,8 @@ | |||
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 | 10 | // Add help chapter | |
11 | // ==================================================================== | 11 | // ============================================================================= |
12 | // intersci module initialisation file | 12 | if WITH_HELPTOOLS then |
13 | // ==================================================================== | 13 | add_module_help_chapter("intersci"); |
14 | //Load functions libraries | 14 | end |
15 | //load('SCI/modules/intersci/macros/lib'); | ||
16 | // ==================================================================== | ||
17 | //add help chapter | ||
18 | add_module_help_chapter('intersci'); | ||
19 | // ==================================================================== | ||