rename
[unres4.git] / source / wham / w_comm_local.F90
1       module w_comm_local
2 !-------------------------------------------------------------------------------
3 !      common /ccc/
4       real(kind=8),dimension(:,:),allocatable :: creff,cc !(3,nres*2)
5       logical,dimension(:),allocatable :: iadded !(nres)
6       integer,dimension(:,:),allocatable :: inumber !(2,nres)
7 !-------------------------------------------------------------------------------
8       end module w_comm_local
9