unres_package_Oct_2016 from emilial
[unres4.git] / source / unres / data / map_data.f90
1       module map_data
2 !-----------------------------------------------------------------------------
3 ! commom.map
4 !      common /mapp/
5       integer :: nmap
6       integer,dimension(:),allocatable :: kang,res1,res2,nstep !(maxvar)
7       real(kind=8),dimension(:),allocatable :: ang_from,ang_to !(maxvar)
8 !-----------------------------------------------------------------------------
9 !-----------------------------------------------------------------------------
10       end module map_data