Skip to main content

BaseInterpolation

  MODULE FUNCTION BaseInterpolation(childName) RESULT(Ans)
CHARACTER(LEN=*), INTENT(IN) :: childName
CLASS(BaseInterpolation_), POINTER :: ans
END FUNCTION BaseInterpolation