aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/solvers.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
commitf07093968e2a5152a0e4a587e89a6582db7135e3 (patch)
tree9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/solvers/solvers.h
parent2f9d00075b0d236ecd8431761bb045e6aa088001 (diff)
parent1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff)
downloadnissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.tar.gz
nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.zip
Merge branch 'master' into twostep-solver
Diffstat (limited to 'src/solvers/solvers.h')
-rw-r--r--src/solvers/solvers.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/solvers/solvers.h b/src/solvers/solvers.h
index f9f2287..fab6e27 100644
--- a/src/solvers/solvers.h
+++ b/src/solvers/solvers.h
@@ -1,9 +1,14 @@
1#ifndef SOLVERS_SOLVERS_H
2#define SOLVERS_SOLVERS_H
3
1#include "solutions_types_macros.h" 4#include "solutions_types_macros.h"
2#include "solutions.h" 5#include "solutions.h"
3#include "tables_types_macros.h" 6#include "tables_types_macros.h"
4#include "tables.h" 7#include "tables.h"
5#include "distribution.h" 8#include "distribution.h"
6/*#include "coord/coord.h"*/ 9#include "coord/coord.h"
7#include "twostep/twostep.h" 10#include "twostep/twostep.h"
8#include "h48/h48.h" 11#include "h48/h48.h"
9#include "dispatch.h" 12#include "dispatch.h"
13
14#endif /* SOLVERS_SOLVERS_H */

Generated with cgit - Back to sebastiano.tronto.net