diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-14 10:58:09 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-14 10:58:09 +0000 |
commit | 6a58f7e01940ff17f7726f3afef3699e40ac2479 (patch) | |
tree | 85a794b83167105147109b18b8d648208947fec6 /scilab/modules/intersci/help | |
parent | 4e9a98a862e5bf73fb4e363316c604ab85db6d42 (diff) | |
download | scilab-6a58f7e01940ff17f7726f3afef3699e40ac2479.zip scilab-6a58f7e01940ff17f7726f3afef3699e40ac2479.tar.gz |
Online help : converted XML files that valid the new scilab.rnc schema.
Diffstat (limited to 'scilab/modules/intersci/help')
-rw-r--r-- | scilab/modules/intersci/help/en_US/intersci.xml | 61 |
1 files changed, 30 insertions, 31 deletions
diff --git a/scilab/modules/intersci/help/en_US/intersci.xml b/scilab/modules/intersci/help/en_US/intersci.xml index 2509ce7..f94a254 100644 --- a/scilab/modules/intersci/help/en_US/intersci.xml +++ b/scilab/modules/intersci/help/en_US/intersci.xml | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <!-- | 2 | <!-- |
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
4 | * Copyright (C) 2006-2008 - INRIA | 4 | * Copyright (C) 2006-2008 - INRIA |
@@ -10,42 +10,41 @@ | |||
10 | * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 10 | * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
11 | * | 11 | * |
12 | --> | 12 | --> |
13 | <!DOCTYPE MAN SYSTEM "../../../../modules/helptools/help.dtd"> | 13 | <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="intersci"><info><pubdate>$LastChangedDate$</pubdate></info><refnamediv><refname>intersci</refname><refpurpose> scilab tool to interface C of Fortran functions with scilab</refpurpose></refnamediv> |
14 | <MAN> | 14 | |
15 | <LANGUAGE>eng</LANGUAGE> | 15 | |
16 | <TITLE>intersci</TITLE> | 16 | |
17 | <TYPE>Scilab Tool</TYPE> | 17 | |
18 | <DATE>$LastChangedDate$</DATE> | 18 | |
19 | <SHORT_DESCRIPTION name="intersci"> scilab tool to interface C of Fortran functions with scilab</SHORT_DESCRIPTION> | 19 | <refsection><title>Description</title> |
20 | <DESCRIPTION> | 20 | <para> |
21 | <P> | ||
22 | All scilab primitive functions are defined in a set of interface | 21 | All scilab primitive functions are defined in a set of interface |
23 | routines. For each function the interfacing code checks first number of | 22 | routines. For each function the interfacing code checks first number of |
24 | rhs and lhs arguments. Then it get pointers on input arguments in the | 23 | rhs and lhs arguments. Then it get pointers on input arguments in the |
25 | Scilab data base and checks their types. After that it calls procedure | 24 | Scilab data base and checks their types. After that it calls procedure |
26 | associated with Scilab functions, checks returned errors flags and set | 25 | associated with Scilab functions, checks returned errors flags and set |
27 | the results in the data base.</P> | 26 | the results in the data base.</para> |
28 | <P><VERB>intersci</VERB>\ is a program which permits to interface automatically FORTRAN | 27 | <para><literal>intersci</literal>\ is a program which permits to interface automatically FORTRAN |
29 | subroutines or C functions to Scilab</P> | 28 | subroutines or C functions to Scilab</para> |
30 | <P> | 29 | <para> |
31 | With <VERB>intersci</VERB>, a user can group all his FORTRAN or C code into a same set, | 30 | With <literal>intersci</literal>, a user can group all his FORTRAN or C code into a same set, |
32 | called an interface, and use them in Scilab as Scilab functions. The interfacing | 31 | called an interface, and use them in Scilab as Scilab functions. The interfacing |
33 | is made by creating a FORTRAN subroutine which has to be linked to | 32 | is made by creating a FORTRAN subroutine which has to be linked to |
34 | Scilab together | 33 | Scilab together |
35 | with the user code. This complex FORTRAN subroutine is automatically generated | 34 | with the user code. This complex FORTRAN subroutine is automatically generated |
36 | by <VERB>intersci</VERB>\ from a description file of the interface.</P> | 35 | by <literal>intersci</literal>\ from a description file of the interface.</para> |
37 | <P> | 36 | <para> |
38 | Refer to intersci documentation for more details.</P> | 37 | Refer to intersci documentation for more details.</para> |
39 | </DESCRIPTION> | 38 | </refsection> |
40 | <SEE_ALSO> | 39 | <refsection><title>See Also</title><simplelist type="inline"> |
41 | <SEE_ALSO_ITEM> | 40 | <member> |
42 | <LINK>fort</LINK> | 41 | <link linkend="fort">fort</link> |
43 | </SEE_ALSO_ITEM> | 42 | </member> |
44 | <SEE_ALSO_ITEM> | 43 | <member> |
45 | <LINK>external</LINK> | 44 | <link linkend="external">external</link> |
46 | </SEE_ALSO_ITEM> | 45 | </member> |
47 | <SEE_ALSO_ITEM> | 46 | <member> |
48 | <LINK>addinter</LINK> | 47 | <link linkend="addinter">addinter</link> |
49 | </SEE_ALSO_ITEM> | 48 | </member> |
50 | </SEE_ALSO> | 49 | </simplelist></refsection> |
51 | </MAN> | 50 | </refentry> \ No newline at end of file |