Gtool Project
GFD Dennou Club
dcmodel Project
日本語
Main Page
Namespaces
Classes
Loading...
Searching...
No Matches
gtdata
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
!
11
module
gtdata_types
12
13
use
dc_types
,
only
:
string
14
implicit none
15
private
16
public
::
gt_variable
17
18
type
gt_variable
19
integer
:: mapid = -1
20
end type
gt_variable
21
22
end module
dc_types
Provides kind type parameter values.
Definition
dc_types.f90:49
dc_types::string
integer, parameter, public string
Character length for string
Definition
dc_types.f90:118
gtdata_types
Definition
gtdata_types.f90:11
gtdata_types::gt_variable
Definition
gtdata_types.f90:18