Fortran 77 compatible interface for gtool_history HistoryCreate . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hscrea (fname, title, source, institution, idim, dims, dimsiz, xtypes, longnames, units, origin, interval) |
Fortran 77 compatible interface for gtool_history HistoryCreate
.
Definition in file hscrea.f90.
| subroutine hscrea | ( | character(len=*) | fname, |
| character(len=*) | title, | ||
| character(len=*) | source, | ||
| character(len=*) | institution, | ||
| integer | idim, | ||
| character(len=1), dimension(idim) | dims, | ||
| integer, dimension(idim) | dimsiz, | ||
| character(len=*), dimension(idim) | xtypes, | ||
| character(len=*), dimension(idim) | longnames, | ||
| character(len=*), dimension(idim) | units, | ||
| real | origin, | ||
| real | interval ) |
Define a history.
Definition at line 23 of file hscrea.f90.