From f0ed9cc6cfb8df99a4fadeb2af18c04d6072a51b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 13 Aug 2008 01:14:32 +0000
Subject: [PATCH] *** empty log message ***

---
 Geo/MElement.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp
index 6b95f2cb19..125af1ae6d 100644
--- a/Geo/MElement.cpp
+++ b/Geo/MElement.cpp
@@ -900,7 +900,7 @@ void MTriangleN::getFaceRep(int num, double *x, double *y, double *z, SVector3 *
   //  on the first layer, we have (numSubEdges-1) * 2 + 1 triangles
   //  on the second layer, we have (numSubEdges-2) * 2 + 1 triangles
   //  on the ith layer, we have (numSubEdges-1-i) * 2 + 1 triangles
-  int ix, iy;
+  int ix = 0, iy = 0;
   int nbt = 0;
   for (int i = 0; i < numSubEdges; i++){
     int nbl = (numSubEdges - i - 1) * 2 + 1;
-- 
GitLab