Skip to content
Snippets Groups Projects
Commit c47ca4f3 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Removed warning.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@122 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent f75f968d
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
/* $Id$ /* $Id$
* $Log$ * $Log$
* Revision 1.4 2005/03/18 20:43:03 robertk
* Removed warning.
*
* Revision 1.3 2005/03/18 20:06:32 robertk * Revision 1.3 2005/03/18 20:06:32 robertk
* minor changes. * minor changes.
* *
...@@ -282,7 +285,7 @@ bool LoadBalancer :: DataBase :: repartition (MpAccessGlobal & mpa, method mth) ...@@ -282,7 +285,7 @@ bool LoadBalancer :: DataBase :: repartition (MpAccessGlobal & mpa, method mth)
assert (0 <= (*i).second && (*i).second < np) ; assert (0 <= (*i).second && (*i).second < np) ;
int k = part [j] = (*i).second ; int k = part [j] = (*i).second ;
check [j] = 1 ; 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 // Hier besetht die M"oglichkeit auch die Schwerpunktskoordinaten
// der Grobgitterelemente auszulesen: // der Grobgitterelemente auszulesen:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment