From 72e511c6875e9730259e6a76d3e4f0483125db06 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Wed, 10 Dec 2008 11:16:18 +0000
Subject: [PATCH] * Bug fix

---
 AMDiS/src/DOFMatrix.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/AMDiS/src/DOFMatrix.cc b/AMDiS/src/DOFMatrix.cc
index 59b329d0..ea4eeff6 100644
--- a/AMDiS/src/DOFMatrix.cc
+++ b/AMDiS/src/DOFMatrix.cc
@@ -685,6 +685,8 @@ namespace AMDiS {
 	matrix[*it][0].entry = 1.0;
       }
     }
+
+    rows->clear();
   }
 
   int DOFMatrix::getNumCols() const {
-- 
GitLab