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

gtool_history Fortran 77 用インターフェース (文字型属性付加) More...

Go to the source code of this file.

Functions/Subroutines

subroutine hsaatc (vname, atname, value)

Detailed Description

gtool_history Fortran 77 用インターフェース (文字型属性付加)

Author
Shin-ichi TAKEHIRO, Yasuhiro MORIKAWA

Definition in file hsaatc.f90.

Function/Subroutine Documentation

◆ hsaatc()

subroutine hsaatc ( character(len = *), intent(in) vname,
character(len = *), intent(in) atname,
character(len = *), intent(in) value )

ヒストリー, 変数に属性をつける.

VNAME が空の場合にはヒストリーのグローバル属性として扱われる.

Definition at line 27 of file hsaatc.f90.

28 !
30 character(len = *), intent(in):: vname ! 変数名
31 character(len = *), intent(in):: atname ! 属性名
32 character(len = *), intent(in):: value ! 変数
33
34 call historyaddattr(vname, atname, value)
35