Go to the source code of this file.
◆ gtvargetxtype()
| subroutine gtvargetxtype |
( |
type(gt_variable), intent(in) | var, |
|
|
type(vstring), intent(out) | xtype ) |
Definition at line 6 of file gtvargetxtype.f90.
8 use dc_string, only: vstring
9 use gtdata_generic, only: get_attr
10 implicit none
11 type(GT_VARIABLE), intent(in):: var
12 type(VSTRING), intent(out):: xtype
13 call get_attr(var, "__xtype__", xtype, default="")