7 lines
168 B
FortranFixed
7 lines
168 B
FortranFixed
|
module dopiqState
|
||
|
integer len,hdr,last,i0,n
|
||
|
real*8 xmn,prf
|
||
|
real*8, allocatable, dimension(:) :: acc
|
||
|
integer dim1_acc
|
||
|
end module
|