Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
gtool
gtool_history
Functions/Subroutines
hsp2r.f90 File Reference
Go to the source code of this file.
Functions/Subroutines
subroutine
hsp2r
(vname, var, i, j)
Function/Subroutine Documentation
◆
hsp2r()
subroutine hsp2r
(
character(len=*)
vname
,
real, dimension(i,j)
var
,
integer
i
,
integer
j
)
Definition at line
15
of file
hsp2r.f90
.
15
!
16
!== 機能
17
!
18
! ヒストリーに変数を出力する
19
!
20
21
use
gtool_history
22
character(len=*)
:: vname
! 変数名
23
real
:: var(i,j)
! 変数
24
integer
:: i,j
! 各次元の大きさ
25
26
call
historyput
(vname,var)
27
gtool_history_generic::historyput
Definition:
gtool_history_generic.f90:567
gtool_history
Definition:
gtool_history.f90:12