Loading...
Searching...
No Matches
gtdata_types.f90
Go to the documentation of this file.
1!
2!= gtool 変数の構造型 "GT_VARIABLE" 宣言
3!= Declaration of derived type of gtool variable "GT_VARIABLE"
4!
5! Authors:: Yasuhiro MORIKAWA, Eizi TOYODA
6! Version:: $Id: gtdata_types.f90,v 1.1 2009-03-20 09:09:52 morikawa Exp $
7! Tag Name:: $Name: $
8! Copyright:: Copyright (C) GFD Dennou Club, 2000-2007. All rights reserved.
9! License:: See COPYRIGHT[link:../../COPYRIGHT]
10!
12
13 use dc_types, only: string
14 implicit none
15 private
16 public:: gt_variable
17
19 integer:: mapid = -1
20 end type gt_variable
21
22end module
Provides kind type parameter values.
Definition dc_types.f90:49
integer, parameter, public string
Character length for string
Definition dc_types.f90:118