From d4fcf5a2631655aaac0c726170f6030501ee12e7 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 11 Feb 2014 12:02:38 +0000
Subject: [PATCH] Revert "Revert "Testing program speed...""

---
 src/timestep.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/timestep.c b/src/timestep.c
index 83e6f9b..01cf777 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -18,6 +18,7 @@
         retval=single_verticle_timestep(vesicle,vesicle->vlist->vtx[i],rnvec);
     }
 
+//	ts_int cnt=0;
     for(i=0;i<vesicle->blist->n;i++){
         rnvec[0]=drand48();
         rnvec[1]=drand48();
@@ -25,8 +26,9 @@
         //find a bond and return a pointer to a bond...
         //call single_bondflip_timestep...
         retval=single_bondflip_timestep(vesicle,vesicle->blist->bond[i],rnvec);
-        
+//	if(retval==TS_SUCCESS) cnt++;        
     } 
+//	printf("Bondflip success rate in one sweep: %d/%d=%e\n", cnt,vesicle->blist->n,(double)cnt/(double)vesicle->blist->n);
 	if(retval);
     return TS_SUCCESS;
 }

--
Gitblit v1.9.3