Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
gtool
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
21
use
gtool_history_nmlinfo
22
use
gtool_historyauto
23
implicit none
24
25
end module
gt4f90io
gtool_history_nmlinfo
Definition:
gtool_history_nmlinfo.f90:12
gtool_history
Definition:
gtool_history.f90:12
gt4f90io
Definition:
gt4f90io.f90:10
gtdata_types
Definition:
gtdata_types.f90:11
gtdata_generic
Definition:
gtdata_generic.f90:37
gtool_historyauto
Definition:
gtool_historyauto.f90:11
dc_utils
Definition:
dc_utils.f90:10