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

6 lines
162 B
Fortran

module dopplerState
integer i_samples,i_strtline,i_nlines
real*8, allocatable, dimension(:) :: r_fd
integer dim1_r_fd
end module