ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
ppf_modul.f90
Go to the documentation of this file.
1 module ppf_modul ! for tabppf.dat file
2 
3 integer, parameter, private :: dp=kind(1.0d0)
4 
5  integer :: nutab !
6 
7  real(DP), allocatable :: pstab(:),pptab(:),fptab(:)
8 
9 end module