Go to the source code of this file.
|
subroutine | lit (X, W, I, C, NVAL, TYPE, CANAL, STD2, ISTAT) |
|
◆ lit()
subroutine lit |
( |
double precision, dimension(*), intent(inout) |
X, |
|
|
real, dimension(*), intent(inout) |
W, |
|
|
integer, dimension(*), intent(inout) |
I, |
|
|
character(len=*), intent(inout) |
C, |
|
|
integer, intent(in) |
NVAL, |
|
|
character(len=*), intent(in) |
TYPE, |
|
|
integer, intent(in) |
CANAL, |
|
|
character(len=*), intent(in) |
STD2, |
|
|
integer, intent(inout) |
ISTAT |
|
) |
| |
- Parameters
-
[in] | nval | X Double precision array to be read |
[out] | W | Real work array (in case of CONVERSION FROM SIMPLE TO DOUBLE PRECISION) |
[in] | I | Integer array to be read |
[out] | C | Character string to be read |
[in] | NVAL | Number of values (integer, character, etc.) TO BE READ |
[in] | TYPE | Type of data : 'i' , 'ch' , 'r4' , 'r8' |
[in] | CANAL | Logical unit for reading |
[in] | STD2 | Input standard : std , ibm ou i3e, etc. |
[out] | ISTAT | Error number |
[in] | canal | X Double precision array to be read |
[out] | W | Real work array (in case of CONVERSION FROM SIMPLE TO DOUBLE PRECISION) |
[in] | I | Integer array to be read |
[out] | C | Character string to be read |
[in] | NVAL | Number of values (integer, character, etc.) TO BE READ |
[in] | TYPE | Type of data : 'i' , 'ch' , 'r4' , 'r8' |
[in] | CANAL | Logical unit for reading |
[in] | STD2 | Input standard : std , ibm ou i3e, etc. |
[out] | ISTAT | Error number |
Definition at line 7 of file lit.F.