WHAM and CLUSTER with HM restraints by AL and FP
[unres.git] / source / cluster / wham / src / COMMON.FFIELD
index ccafd30..fdc40cb 100644 (file)
@@ -6,13 +6,15 @@ C-----------------------------------------------------------------------
       double precision wsc,wscp,welec,wstrain,wtor,wtor_d,wang,wscloc,
      &   wcorr,wcorr4,wcorr5,wcorr6,wsccor,wel_loc,wturn3,wturn4,wturn6,
      &    wvdwpp,wbond,weights,scal14,scalscp,cutoff_corr,delt_corr,
-     &    r0_corr
+     &    r0_corr,wdfa_dist,wdfa_tor,wdfa_nei,wdfa_beta
       integer ipot,n_ene_comp,rescale_mode
       common /ffield/ wsc,wscp,welec,wstrain,wtor,wtor_d,wang,wscloc,
      &   wcorr,wcorr4,wcorr5,wcorr6,wsccor,wel_loc,wturn3,wturn4,wturn6,
-     &    wvdwpp,wbond,weights(max_ene),scalscp,
-     &    scal14,cutoff_corr,delt_corr,r0_corr,ipot,n_ene_comp,
-     &    rescale_mode
+     &   wvdwpp,wbond,
+     &   wdfa_dist,wdfa_tor,wdfa_nei,wdfa_beta,
+     &   weights(max_ene),scalscp,
+     &   scal14,cutoff_corr,delt_corr,r0_corr,ipot,n_ene_comp,
+     &   rescale_mode
       common /potentials/ potname(5)
       character*3 potname
 C-----------------------------------------------------------------------