diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
| commit | 62d87e063318cc4c842b1b2d8c184f48aeaf6659 (patch) | |
| tree | 832bf338232c477975bea69f7370ca13f350fb07 /src/solvers/h48/h48.h | |
| parent | 8b94d135429a9f3253cc7f25a1453b412065c4a0 (diff) | |
| download | nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.tar.gz nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.zip | |
Refactored checkdata
Relevant changes include:
- Changed the signature of nissy_checkdata().
- Removed expected_distribution.h from tools; this data is now included
in each solver's src/ code.
- Removed distribution check for cocsep; may add back later.
Diffstat (limited to 'src/solvers/h48/h48.h')
| -rw-r--r-- | src/solvers/h48/h48.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solvers/h48/h48.h b/src/solvers/h48/h48.h index 79d2583..44fdb59 100644 --- a/src/solvers/h48/h48.h +++ b/src/solvers/h48/h48.h | |||
| @@ -7,4 +7,5 @@ | |||
| 7 | #include "gendata_cocsep.h" | 7 | #include "gendata_cocsep.h" |
| 8 | #include "gendata_eoesep.h" | 8 | #include "gendata_eoesep.h" |
| 9 | #include "gendata_h48.h" | 9 | #include "gendata_h48.h" |
| 10 | #include "checkdata.h" | ||
| 10 | #include "solve.h" | 11 | #include "solve.h" |
