Return the real kind and integer kind used in w3 lib.
More...
Go to the source code of this file.
|
subroutine | w3kind (kindreal, kindint) |
| This subprogram returns the real kind and the integer kind that the w3 lib is compiled with.
|
|
Return the real kind and integer kind used in w3 lib.
- Author
- Jun Wang
- Date
- 2011-06-24
Definition in file w3kind.f.
◆ w3kind()
subroutine w3kind |
( |
integer, intent(out) |
kindreal, |
|
|
integer, intent(out) |
kindint |
|
) |
| |
This subprogram returns the real kind and the integer kind that the w3 lib is compiled with.
Program History Log:
Date | Programmer | Comment |
2011-06-24 | Jun Wang | Initial |
- Parameters
-
[out] | KINDREAL | Kind of real number in w3 lib |
[out] | KINDINT | Kind of integer number in w3 lib |
- Author
- Jun Wang
- Date
- 2011-06-24
Definition at line 17 of file w3kind.f.