def_metric_1D.f90
Go to the documentation of this file.00001 module def_metric_1D
00002 use phys_constant, only : nnrg
00003 implicit none
00004
00005 real(8) :: psi(0:nnrg), alph(0:nnrg), alps(0:nnrg)
00006
00007 real(8) :: psif(0:nnrg), alphf(0:nnrg)
00008 end module def_metric_1D