X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-M%2Fparmread.F;h=c9ac2a392dcd4c975937b2f0b89bc8a31f1742db;hb=29c003540813cc9069004b6a049512ab7a8b411e;hp=cac4bd6b5850abbc4225baf81c64f00587d7c351;hpb=9ed250c0c1d30aadb521164d8258d9281a6eeb5c;p=unres.git diff --git a/source/wham/src-M/parmread.F b/source/wham/src-M/parmread.F index cac4bd6..c9ac2a3 100644 --- a/source/wham/src-M/parmread.F +++ b/source/wham/src-M/parmread.F @@ -295,7 +295,7 @@ C C Read the parameters of Utheta determined from ab initio surfaces C Kozlowska et al., J. Phys.: Condens. Matter 19 (2007) 285203 C - write (iout,*) "tu dochodze" +c write (iout,*) "tu dochodze" read (ithep,*) nthetyp,ntheterm,ntheterm2, & ntheterm3,nsingle,ndouble nntheterm=max0(ntheterm,ntheterm2,ntheterm3) @@ -303,7 +303,7 @@ C do i=-ntyp1,-1 ithetyp(i)=-ithetyp(-i) enddo - write (iout,*) "tu dochodze" +c write (iout,*) "tu dochodze" do iblock=1,2 do i=-maxthetyp,maxthetyp do j=-maxthetyp,maxthetyp @@ -982,8 +982,10 @@ C bpp (i,j)=-2.0D0*epp(i,j)*rri ael6(i,j)=elpp6(i,j)*4.2D0**6 ael3(i,j)=elpp3(i,j)*4.2D0**3 + lprint=.true. if (lprint) write(iout,'(2i3,4(1pe15.4))')i,j,app(i,j),bpp(i,j), & ael6(i,j),ael3(i,j) + lprint=.false. enddo enddo C @@ -1034,7 +1036,7 @@ C---------------------- GB or BP potential ----------------------------- C For the GB potential convert sigma'**2 into chi' if (ipot.eq.4) then do i=1,ntyp - chip(i)=(chip0(i)-1.0D0)/(chip0(i)+1.0D0) + chip(i)=(chip(i)-1.0D0)/(chip(i)+1.0D0) enddo endif if (lprint) then