Loading...
Searching...
No Matches
Functions/Subroutines
gtvargetxtype.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine gtvargetxtype (var, xtype)
 

Function/Subroutine Documentation

◆ 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="")