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

Go to the source code of this file.

Functions/Subroutines

subroutine hsaatc (vname, atname, value)
 

Function/Subroutine Documentation

◆ hsaatc()

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

Definition at line 14 of file hsaatc.f90.

15 !
16 !== 機能
17 !
18 ! ヒストリー, 変数に属性をつける.
19 !
20 !== 備考
21 !
22 ! VNAME が空の場合にはヒストリーのグローバル属性として扱われる.
23 !
25 character(len = *), intent(in):: vname ! 変数名
26 character(len = *), intent(in):: atname ! 属性名
27 character(len = *), intent(in):: value ! 変数
28
29 call historyaddattr(vname, atname, value)
30