From 41a6787fbdc8e7d2e278a4563472884f12457526 Mon Sep 17 00:00:00 2001
From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be>
Date: Wed, 18 Sep 2013 07:35:01 +0000
Subject: [PATCH] statistics

---
 Mesh/yamakawa.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp
index 904de5e547..37b8d018ab 100644
--- a/Mesh/yamakawa.cpp
+++ b/Mesh/yamakawa.cpp
@@ -4157,7 +4157,7 @@ void PostOp::statistics(GRegion* gr){
   printf("  percentage of tetrahedra : %.2f\n",vol4*100.0/vol);
   printf("Total number of elements : %d\n",gr->getNumMeshElements());
   printf("Total volume : %f\n",vol);
-  printf("Misc : %d %d %f\n",estimate1,estimate2,iterations/estimate2);
+  printf("Misc : %d %d %d\n",estimate1,estimate2,iterations);
 }
 
 void PostOp::build_tuples(GRegion* gr){
-- 
GitLab