From 7ba870fb98536f6987a251c804915a294254c80f Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Wed, 18 Sep 2013 07:43:03 +0000 Subject: [PATCH] statistics --- Mesh/yamakawa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/yamakawa.h b/Mesh/yamakawa.h index ed98a41f1d..e14a3e9d09 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -276,7 +276,7 @@ class PostOp{ private: int estimate1; int estimate2; - double iterations; + int iterations; std::map<MElement*,bool> markings; std::map<MVertex*,std::set<MElement*> > vertex_to_tetrahedra; std::map<MVertex*,std::set<MElement*> > vertex_to_pyramids; -- GitLab