! gtdata_types.f90 - gtool ̍\^錾
! Copyright (C) TOYODA Eizi, 2000.  All rights reserved.

module gtdata_types

    use dc_types, only: STRING
    implicit none

    type GT_VARIABLE
        integer:: mapid
    end type

end module
