! gtdata_types.f90 - gtool ¤Î¹½Â¤·¿Àë¸À
! Copyright (C) TOYODA Eizi, 2000.  All rights reserved.

module gtdata_types

    use dc_types, only: STRING
    implicit none
    private
    public:: GT_VARIABLE

    type GT_VARIABLE
        integer:: mapid
    end type GT_VARIABLE

end module
