Zmiany klaster - wylaczenia CA-CA dla DNA
authorAdam Sieradzan <adasko@piasek4.chem.univ.gda.pl>
Sat, 8 Jun 2019 21:23:54 +0000 (23:23 +0200)
committerAdam Sieradzan <adasko@piasek4.chem.univ.gda.pl>
Sat, 8 Jun 2019 21:23:54 +0000 (23:23 +0200)
source/cluster/io_clust.F90

index 79cb8d4..197a1a7 100644 (file)
       do j=nnt+1,nct-1
         mnum=molnum(j)
         write (iout,*) "Check atom",j
-        if (mnum.eq.5) cycle
+        if (mnum.ne.1) cycle
         if (itype(j,mnum).eq.ntyp1_molec(mnum)) cycle
         if (itype(j+1,molnum(j+1)).eq.ntyp1_molec(molnum(j+1))) cycle
 
       do j=nnt,nct
         mnum=molnum(j)
         itj=itype(j,mnum)
-        if (mnum.eq.5) cycle
+        if (mnum.ne.1) cycle
         if (itype(j,1).ne.10 .and. (itype(j,mnum).ne.ntyp1_molec(mnum)) & 
             .and.  (vbld(nres+j)-dsc(iabs(itj))) &
                                   .gt.2.0d0) then