Correctly define the 'b' field of a new block-to-block coarse-scale
connection.
This commit is contained in:
@@ -438,6 +438,8 @@ block_neighbours_insert_neighbour(int b, int fconn, int expct_nconn,
|
||||
|
||||
if (bns->neigh[i] != 0) {
|
||||
ret = block_neighbour_insert_fconn(fconn, bns->neigh[i]);
|
||||
|
||||
bns->neigh[i]->b = b;
|
||||
bns->nneigh += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user