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