From d45e1595ec1cffeab83ac6602b748250b66bea03 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 24 Mar 2025 23:09:26 +0100 Subject: Big cleanup for appendsolution() With this PR the appendsolution routine is extracted from the h48 solver and the new coordinate solver and made generic. This has many advantages: - less repetition (even if the two versions are different enough that *for now* it was not a big deal) - smaller h48/solve.h file, which is already a big beast - easier to test the appendsolution() routine separately --- src/solvers/solvers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/solvers/solvers.h') diff --git a/src/solvers/solvers.h b/src/solvers/solvers.h index 42184b9..4d6bbca 100644 --- a/src/solvers/solvers.h +++ b/src/solvers/solvers.h @@ -1,4 +1,6 @@ +#include "solutions_types_macros.h" #include "solutions.h" +#include "tables_types_macros.h" #include "tables.h" #include "h48/h48.h" #include "coord/coord.h" -- cgit v1.3