next up previous contents index
Next: 6.3.1.0.4 Description of the Up: 6.3.1 Using Intersci Previous: 6.3.1.0.2 Optional input arguments

   
6.3.1.0.3 Description of Fortran subroutine

The first line of the description is composed by the name of the Fortran subroutine followed by its arguments.

The next lines describe Fortran variables: the arguments of the Fortran subroutine.

The description of a Fortran variable is made of its name and its type. Most Fortran variables correspond to Scilab variables (except for dimensions, see 6.3.1) and must have the same name as the corresponding Scilab variable.

Types of Fortran variables are:

char
character array.
double
double precision variable.
int
integer variable.
real
real variable.

Other types types also exist, that are called ``external'' types see 6.3.1.

A blank line and only one ends this description.


next up previous contents index
Next: 6.3.1.0.4 Description of the Up: 6.3.1 Using Intersci Previous: 6.3.1.0.2 Optional input arguments
Scilab Group