gtool5.f90
Go to the documentation of this file.
1 != gtool5 のユーザインターフェイス
2 != User interface of gtool5
3 !
4 ! Authors:: Yasuhiro MORIKAWA, Eizi TOYODA
5 ! Version:: $Id: gtool5.f90,v 1.4 2009-05-29 15:08:45 morikawa Exp $
6 ! Tag Name:: $Name: $
7 ! Copyright:: Copyright (C) GFD Dennou Club, 2000-2005. All rights reserved.
8 ! License:: See COPYRIGHT[link:../../COPYRIGHT]
9 !
10 module gtool5
11  !
12  != gtool5 のユーザインターフェイス
13  != User interface of gtool5
14  !
15  ! <b>Note that Japanese and English are described in parallel.</b>
16  !
17  ! このモジュールは gtool5 ライブラリの各モジュール群の公開要素を
18  ! 全て一括で提供するためのインターフェースです.
19  !
20  ! 利用可能な手続き等については, 下記のモジュールリストを参照ください.
21  !
22  ! This module provides almost all public entities of
23  ! modules in gtool5 library.
24  !
25  ! See following module list for available procedures, etc.
26  !
27  use dc_utils
28  use gtdata_types
29  use gtdata_generic
30  use gtool_history
33  implicit none
34 
35 end module gtool5