ISCE_INSAR/components/mroipac/doppler/src/dopplerState.f

6 lines
162 B
FortranFixed
Raw Normal View History

2019-01-16 19:40:08 +00:00
module dopplerState
integer i_samples,i_strtline,i_nlines
real*8, allocatable, dimension(:) :: r_fd
integer dim1_r_fd
end module