From bc5458f615a7af34eaa7c169c2b3aa05c375713e Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Tue, 2 Jun 2015 09:28:47 +0200
Subject: [PATCH] rever 460d114a7241401719cf0b7c71162bd58cdea820

---
 MathLib/Point3d.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h
index d59fc2ab998..ebc86d6fbe1 100644
--- a/MathLib/Point3d.h
+++ b/MathLib/Point3d.h
@@ -53,7 +53,6 @@ inline MathLib::Point3d operator*(MATRIX const& mat, MathLib::Point3d const& p)
 {
     MathLib::Point3d new_p;
     for (std::size_t i(0); i<3; ++i) {
-        new_p[i] = 0.0;
         for (std::size_t j(0); j<3; ++j) {
             new_p[i] += mat(i,j)*p[j];
         }
-- 
GitLab