diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:20:05 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:20:05 +0300 |
| commit | 1853f5d6594bc371e4d8e631c24acd011a620915 (patch) | |
| tree | 1bfaabd3685d4eacc6595ee6836adddcc37ba841 /tests/simple_mesh2d/test.c | |
| parent | 3083284c797fc8fc267144b05c8a58395e4583e3 (diff) | |
| download | gran-1853f5d6594bc371e4d8e631c24acd011a620915.tar.gz gran-1853f5d6594bc371e4d8e631c24acd011a620915.zip | |
refactor mesh3d to match 2d,1d
Diffstat (limited to 'tests/simple_mesh2d/test.c')
| -rw-r--r-- | tests/simple_mesh2d/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_mesh2d/test.c b/tests/simple_mesh2d/test.c index d607a59..431245c 100644 --- a/tests/simple_mesh2d/test.c +++ b/tests/simple_mesh2d/test.c @@ -48,7 +48,7 @@ do_work: *control = next_idx(x, y, X, Y); if (x == X - 1 && y == Y - 1) - asm("ebreak"); + asm ("ebreak"); /* otherwise just loop */ while (1) {} |
