From 0f23987edbbabdf88fbe175f695b4fdb727586fd Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 28 Mar 2025 20:57:04 +0100 Subject: DR coordinate solver --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index e753977..615402b 100644 --- a/test/test.h +++ b/test/test.h @@ -26,7 +26,7 @@ bool isconsistent(cube_t); bool issolvable(cube_t); bool issolved(cube_t); cube_t readcube(char *, char *); -int64_t writecube(char *, cube_t, size_t n, char [n]); +int64_t writecube(const char *, cube_t, size_t n, char [n]); /* Test function to be implemented by all tests */ void run(void); -- cgit v1.3