Loading...
Searching...
No Matches
Functions/Subroutines
hsp1d.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine hsp1d (vname, var, i)
 

Function/Subroutine Documentation

◆ hsp1d()

subroutine hsp1d ( character(len=*)  vname,
double precision, dimension(i)  var,
integer  i 
)

Definition at line 14 of file hsp1d.f90.

15 !
16 !== 機能
17 !
18 ! ヒストリーに変数を出力する
19 !
20
22 character(len=*) :: vname ! 変数名
23 double precision :: var(i) ! 変数
24 integer :: i ! 各次元の大きさ
25
26 call historyput(vname,var)
27