Gtool Project
GFD Dennou Club
dcmodel Project
日本語
Main Page
Namespaces
Classes
Loading...
Searching...
No Matches
gtdata
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
.
7
use
gtdata_types
,
only
:
gt_variable
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=
""
)
gtdata_types
Definition
gtdata_types.f90:11
gtdata_types::gt_variable
Definition
gtdata_types.f90:18