mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +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);
|
||||
changed = 1;
|
||||
*/
|
||||
|
||||
int rep = cluster_reps.Get(jj);
|
||||
int next = kk;
|
||||
int next = cluster_reps.Get(kk);
|
||||
do
|
||||
{
|
||||
int cur = next;
|
||||
|
Loading…
Reference in New Issue
Block a user