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

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

diff --git a/src/timestep.c b/src/timestep.c
index 01cf777..83e6f9b 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -18,7 +18,6 @@
         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();
@@ -26,9 +25,8 @@
         //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