Merge branch 'UCGM' of mmka.chem.univ.gda.pl:unres4 into UCGM
[unres4.git] / source / cluster / main_clust.F
index be5e364..650250e 100644 (file)
@@ -129,7 +129,7 @@ c      call flush(iout)
 #endif
 
       call probabl(iT,ncon_work,ncon,*20)
-
+      write(iout,*) "after probabl"
       if (ncon_work.lt.2) then
         write (iout,*) "Too few conformations; clustering skipped"
         exit
@@ -138,6 +138,7 @@ c      call flush(iout)
       ndis=ncon_work*(ncon_work-1)/2
       call work_partition(.true.,ndis)
 #endif
+      write(iout,*) "after work partition"
 
       DO I=1,NCON_work
         ICC(I)=I
@@ -148,6 +149,7 @@ C
 C CALCULATE DISTANCES
 C
       call daread_ccoords(1,ncon_work)
+      write(iout,*) "after daread_ccords"
       ind1=0
       DO I=1,NCON_work-1
         if (mod(i,100).eq.0) print *,'Calculating RMS i=',i