aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/h48.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-03-25 18:35:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-03-25 18:35:47 +0100
commit56048d13b73ec6e6a9c59d62e82f41e69a3994bd (patch)
tree49fc5d50e739a399897425756c08a73ba5924ddb /src/solvers/h48/h48.h
parent0f4931c8de298b0f97aba1757c9538f48adb30c6 (diff)
downloadnissy-core-56048d13b73ec6e6a9c59d62e82f41e69a3994bd.tar.gz
nissy-core-56048d13b73ec6e6a9c59d62e82f41e69a3994bd.zip
More safety with pointers using VLA function parameters
Diffstat (limited to 'src/solvers/h48/h48.h')
-rw-r--r--src/solvers/h48/h48.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/solvers/h48/h48.h b/src/solvers/h48/h48.h
index d5a67ef..0cfa773 100644
--- a/src/solvers/h48/h48.h
+++ b/src/solvers/h48/h48.h
@@ -1,6 +1,8 @@
1#include "coordinate_types_macros.h"
2#include "map_types_macros.h"
3#include "gendata_types_macros.h"
1#include "coordinate.h" 4#include "coordinate.h"
2#include "map.h" 5#include "map.h"
3#include "gendata_types_macros.h"
4#include "gendata_cocsep.h" 6#include "gendata_cocsep.h"
5#include "gendata_eoesep.h" 7#include "gendata_eoesep.h"
6#include "gendata_h48.h" 8#include "gendata_h48.h"

Generated with cgit - Back to sebastiano.tronto.net