From: Adam Kazimierz Sieradzan Date: Fri, 6 Jul 2012 07:59:29 +0000 (-0400) Subject: poprawka przy liczeniu tau w clustrze X-Git-Tag: v.3.2~72^2~9 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=commitdiff_plain;h=ffcc28c7645550e2a62c0d066271fa1ee8323310 poprawka przy liczeniu tau w clustrze --- diff --git a/source/cluster/wham/src/int_from_cart1.f b/source/cluster/wham/src/int_from_cart1.f index 4f768e1..7d266de 100644 --- a/source/cluster/wham/src/int_from_cart1.f +++ b/source/cluster/wham/src/int_from_cart1.f @@ -24,6 +24,9 @@ enddo be=0.0D0 if (i.gt.2) phi(i+1)=beta(i-2,i-1,i,i+1) + if (i.gt.2) tauangle(3,i+1)=beta(i+nres-1,i-1,i,i+nres) + if (i.gt.2) tauangle(1,i+1)=beta(i-1+nres,i-1,i,i+1) + if (i.gt.2) tauangle(2,i+1)=beta(i-2,i-1,i,i+nres) omeg(i)=beta(nres+i,i,maxres2,i+1) theta(i+1)=alpha(i-1,i,i+1) alph(i)=alpha(nres+i,i,maxres2)