updated declarative section in gray.f in nocommon branch

This commit is contained in:
Daniele Micheletti 2015-06-12 14:53:29 +00:00
parent 5f8f6c454d
commit f755232b01
2 changed files with 2249 additions and 1608 deletions

View File

@ -6,7 +6,7 @@ module dispersion
integer, parameter :: npts=500
real(wp_), parameter :: tmax=5.0_wp_,dtex=2.0_wp_*tmax/dble(npts)
! variables
real(wp_), save :: ttv(npts+1),extv(npts+1)
real(wp_), dimension(npts+1), save :: ttv,extv
!
contains
!

3781
src/gray.f

File diff suppressed because it is too large Load Diff