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