◆ vrec_d()
| subroutine module_libmassv::vrec::vrec_d |
( |
real(kind=r8kind), dimension(*), intent(out) |
y, |
|
|
real(kind=r8kind), dimension(*), intent(in) |
x, |
|
|
integer, intent(in) |
n |
|
) |
| |
26 integer,
intent(in):: n
27 real(kind=r8kind),
dimension(*),
intent(in):: x
28 real(kind=r8kind),
dimension(*),
intent(out):: y
34 y(j)=
real(1.0,kind=r8kind)/x(j)
double real
Definition: ERF_OrbCosZenith.H:9
◆ vrec_s()
| subroutine module_libmassv::vrec::vrec_s |
( |
real(kind=r4kind), dimension(*), intent(out) |
y, |
|
|
real(kind=r4kind), dimension(*), intent(in) |
x, |
|
|
integer, intent(in) |
n |
|
) |
| |
42 integer,
intent(in):: n
43 real(kind=r4kind),
dimension(*),
intent(in):: x
44 real(kind=r4kind),
dimension(*),
intent(out):: y
50 y(j)=
real(1.0,kind=r4kind)/x(j)
The documentation for this interface was generated from the following file: