Return g-factor for the current SDF.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sdf) | :: | this |
function gethgg(this) result(res) !! Return g-factor for the current SDF. class(sdf) :: this real(kind=wp) :: res res = this%value%optProps%value%hgg end function gethgg