gt4f90io.f90
Go to the documentation of this file.
1 !
2 !== Interface of gt4f90io (for backward compatibility)
3 !
4 ! Authors:: Yasuhiro MORIKAWA
5 ! Version:: $Id: gt4f90io.f90,v 1.4 2009-06-01 15:17:22 morikawa Exp $
6 ! Tag Name:: $Name: $
7 ! Copyright:: Copyright (C) GFD Dennou Club, 2008. All rights reserved.
8 ! License:: See COPYRIGHT[link:../../COPYRIGHT]
9 !
10 module gt4f90io
11  !
12  !== gt4f90io のユーザインターフェイス
13  !
14  ! このモジュールは gt4f90io への後方互換のため、
15  ! gtool5 で提供される要素と同じものを提供します。
16  !
17  use dc_utils
18  use gtdata_types
19  use gtdata_generic
20  use gtool_history
23  implicit none
24 
25 end module gt4f90io