gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
hsp1d.f90 File Reference

gtool_history Fortran 77 用インターフェース (HistoryPut, 1次元倍精度) More...

Go to the source code of this file.

Functions/Subroutines

subroutine hsp1d (vname, var, i)

Detailed Description

gtool_history Fortran 77 用インターフェース (HistoryPut, 1次元倍精度)

Author
Shin-ichi TAKEHIRO, Yasuhiro MORIKAWA

Definition in file hsp1d.f90.

Function/Subroutine Documentation

◆ hsp1d()

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

ヒストリーに変数を出力する

Definition at line 23 of file hsp1d.f90.

24
26 character(len=*) :: vname ! 変数名
27 double precision :: var(i) ! 変数
28 integer :: i ! 各次元の大きさ
29
30 call historyput(vname,var)
31