conv_d2r_2d Subroutine

public subroutine conv_d2r_2d(ival, oval)

Convert double to real

Arguments

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

Input

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

Output