conv_d2r_1d Subroutine

public subroutine conv_d2r_1d(ival, oval)

Convert double to real

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: ival(:)

Input

real, intent(out) :: oval(size(ival))

Output