Fortran 77 compatible interface for gtool_history HistoryAddAttr (double precision) . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hsaatd (vname, atname, value, i) |
Fortran 77 compatible interface for gtool_history HistoryAddAttr (double precision)
.
Definition in file hsaatd.f90.
| subroutine hsaatd | ( | character(len=*), intent(in) | vname, |
| character(len=*), intent(in) | atname, | ||
| double precision, dimension(i), intent(in) | value, | ||
| integer | i | ||
| ) |
Add an attribute to a history or variable.
If VNAME is empty, the attribute is treated as a global attribute of the history.
Definition at line 27 of file hsaatd.f90.