From 29f61e2b4e0f73c83d6d86e4f09d79e129358750 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 1 Apr 2025 15:03:15 +0200 Subject: Fix mismatched type in function prototype and implementation --- src/solvers/coord/dr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/solvers/coord/dr.h') diff --git a/src/solvers/coord/dr.h b/src/solvers/coord/dr.h index a312285..c6552e3 100644 --- a/src/solvers/coord/dr.h +++ b/src/solvers/coord/dr.h @@ -23,7 +23,7 @@ STATIC cube_t invcoord_dreoesep_nosym(uint64_t); STATIC uint64_t coordinate_dr_coord(cube_t, const void *); STATIC cube_t coordinate_dr_cube(uint64_t, const void *); STATIC bool coordinate_dr_isnasty(uint64_t, const void *); -STATIC uint64_t coordinate_dr_gendata(void *); +STATIC size_t coordinate_dr_gendata(void *); STATIC coord_t coordinate_dr = { .name = "DR", -- cgit v1.3