Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(real_t), | intent(in) | :: | self | |||
real(kind=wp), | intent(in), | dimension(:) | :: | args |
function evalR_real(self,args) result(o)
class(real_t),intent(in)::self
real(wp),dimension(:),intent(in)::args
real(wp)::o
o = self%value
end function evalR_real