Go to the source code of this file.
◆ integer_to_double()
subroutine integer_to_double |
( |
character(len=1), intent(in) |
OP, |
|
|
integer(kind=k8), dimension(n), intent(in) |
IX, |
|
|
double precision, dimension(n), intent(inout) |
X, |
|
|
integer, intent(in) |
N, |
|
|
double precision, intent(in) |
QT |
|
) |
| |
- Parameters
-
[in] | n | IX Integer array coding the real array |
[in] | N | Number of points in the arrays x and ix |
[in] | OP | If '=', x reinitialised, if '+' addition to x |
[in] | QT | The quantum used for coding |
[out] | X | Double precision array to be coded |
Definition at line 7 of file integer_to_double.f.