gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtdata_types.f90
Go to the documentation of this file.
1
21
40
41 use dc_types, only: string
42 implicit none
43 private
44 public:: gt_variable
45
47 integer:: mapid = -1
48 end type gt_variable
49
50end module
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ
Definition dc_types.f90:137