gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
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
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public string
Character length for string
Definition dc_types.f90:137