aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/node2d.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-09 17:35:26 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-09 17:35:26 +0300
commit489beadf61d05f40dd4ac40e4e5290502f7ad078 (patch)
tree58241d94c3376aae6b081c6fe16288aa0f4d8593 /src/mesh/node2d.c
parent1853f5d6594bc371e4d8e631c24acd011a620915 (diff)
downloadgran-489beadf61d05f40dd4ac40e4e5290502f7ad078.tar.gz
gran-489beadf61d05f40dd4ac40e4e5290502f7ad078.zip
format
Diffstat (limited to 'src/mesh/node2d.c')
-rw-r--r--src/mesh/node2d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/node2d.c b/src/mesh/node2d.c
index 569bd68..7bfe02a 100644
--- a/src/mesh/node2d.c
+++ b/src/mesh/node2d.c
@@ -126,7 +126,8 @@ static stat node2d_clock(struct node2d *n)
propagate(&south_out(n), 4, south, south_sel, &helper);
propagate(&west_out(n), 4, west, west_sel, &helper);
- struct reg *all[] = {r, &north_in(n), &east_in(n), &south_in(n), &west_in(n)};
+ struct reg *all[] = {r, &north_in(n), &east_in(n), &south_in(n),
+ &west_in(n)};
for (int i = 0; i < n->elems; ++i) {
helper.elem = i;
propagate(&n->out[i], 5, all, elem_sel, &helper);