Go to the source code of this file.
|
| subroutine | hsp2r (vname, var, i, j) |
◆ hsp2r()
| subroutine hsp2r |
( |
character(len=*) | vname, |
|
|
real, dimension(i,j) | var, |
|
|
integer | i, |
|
|
integer | j ) |
Definition at line 14 of file hsp2r.f90.
15
16
17
18
19
20
22 character(len=*) :: vname
23 real :: var(i,j)
24 integer :: i,j
25
26 call historyput(vname,var)
27