def_matter_1D.f90
Go to the documentation of this file.00001 module def_matter_1D
00002 use phys_constant, only : long, nnrg
00003 implicit none
00004 real(long) :: emdg(0:nnrg), emd(0:nnrg)
00005 real(long) :: pinx, emdc
00006 real(long) :: ber, radi
00007
00008 end module def_matter_1D