From c21e708346266651a05114286cdb4517bcac08c1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 5 Sep 2001 08:57:12 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/Matrix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/Matrix.h b/Mesh/Matrix.h
index d5f03944b9..36ca7e3539 100644
--- a/Mesh/Matrix.h
+++ b/Mesh/Matrix.h
@@ -70,7 +70,7 @@ class Vector3
 
 	  double m = zero;
 	  for(int i=0;i<_TAILLE_;i++)
-	    m + mat[i] * autre.mat[i];
+	    m += mat[i] * autre.mat[i];
 	  return m;
       }
 };
-- 
GitLab