mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
fix clusters with linked lists
This commit is contained in:
parent
a08283bbbc
commit
7d636fbd58
@ -223,8 +223,9 @@ namespace netgen
|
|||||||
cluster_reps.Elem(kk) = cluster_reps.Get(jj);
|
cluster_reps.Elem(kk) = cluster_reps.Get(jj);
|
||||||
changed = 1;
|
changed = 1;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int rep = cluster_reps.Get(jj);
|
int rep = cluster_reps.Get(jj);
|
||||||
int next = kk;
|
int next = cluster_reps.Get(kk);
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
int cur = next;
|
int cur = next;
|
||||||
|
Loading…
Reference in New Issue
Block a user