Fortran 77 compatible interface for gtool_history HistoryAddAttr (real) . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hsaatr (vname, atname, value, i) |
Fortran 77 compatible interface for gtool_history HistoryAddAttr (real)
.
Definition in file hsaatr.f90.
| subroutine hsaatr | ( | character(len=*), intent(in) | vname, |
| character(len=*), intent(in) | atname, | ||
| real, 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 hsaatr.f90.