diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
| commit | f07093968e2a5152a0e4a587e89a6582db7135e3 (patch) | |
| tree | 9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/solvers/twostep | |
| parent | 2f9d00075b0d236ecd8431761bb045e6aa088001 (diff) | |
| parent | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff) | |
| download | nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.tar.gz nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.zip | |
Merge branch 'master' into twostep-solver
Diffstat (limited to 'src/solvers/twostep')
| -rw-r--r-- | src/solvers/twostep/twostep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/twostep/twostep.h b/src/solvers/twostep/twostep.h index 8947a50..afb49da 100644 --- a/src/solvers/twostep/twostep.h +++ b/src/solvers/twostep/twostep.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SRC_SOLVERS_TWOSTEP_TWOSTEP_H | ||
| 2 | #define SRC_SOLVERS_TWOSTEP_TWOSTEP_H | ||
| 3 | |||
| 1 | #include "../coord/coord.h" | 4 | #include "../coord/coord.h" |
| 2 | 5 | ||
| 3 | STATIC long long dataid_twostep(const char *, char [SIZE(NISSY_SIZE_DATAID)]); | 6 | STATIC long long dataid_twostep(const char *, char [SIZE(NISSY_SIZE_DATAID)]); |
| @@ -91,3 +94,5 @@ solve_twostep( | |||
| 91 | { | 94 | { |
| 92 | //TODO | 95 | //TODO |
| 93 | } | 96 | } |
| 97 | |||
| 98 | #endif /* SRC_SOLVERS_TWOSTEP_TWOSTEP_H */ | ||
