From c47ca4f3fcc0055a9ccdae37c9b3c47a2f323bbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?=
 <robertk@mathematik.uni-stuttgart.de>
Date: Fri, 18 Mar 2005 20:43:03 +0000
Subject: [PATCH] Removed warning.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@122 0d966ed9-3843-0410-af09-ebfb50bd7c74
---
 src/gitter_pll_ldb.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/gitter_pll_ldb.cc b/src/gitter_pll_ldb.cc
index 11a61e017..93d76a1cc 100644
--- a/src/gitter_pll_ldb.cc
+++ b/src/gitter_pll_ldb.cc
@@ -7,6 +7,9 @@
 	
 /* $Id$
  * $Log$
+ * Revision 1.4  2005/03/18 20:43:03  robertk
+ * Removed warning.
+ *
  * Revision 1.3  2005/03/18 20:06:32  robertk
  * minor changes.
  *
@@ -282,7 +285,7 @@ bool LoadBalancer :: DataBase :: repartition (MpAccessGlobal & mpa, method mth)
         assert (0 <= (*i).second && (*i).second < np) ;
         int k = part [j] = (*i).second ;
         check [j] = 1 ;
-        vertex_wInt [j] = vertex_w [j] = (*i).first.weight () ;
+        vertex_w [j] = vertex_wInt [j] = (*i).first.weight () ;
 	
 	// Hier besetht die M"oglichkeit auch die Schwerpunktskoordinaten
 	// der Grobgitterelemente auszulesen:
-- 
GitLab