diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 17:31:42 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 17:31:42 +0100 |
| commit | 36fb1d0fa1b70ee62dc6073d56176e8c81ceddfd (patch) | |
| tree | 9229e367690099c83b2f5231ca1990d7fb7561df /src/symcoord.h | |
| parent | 7de88d1bcd420447023b8e74b0aa4f5e8ba1df6b (diff) | |
| download | nissy-36fb1d0fa1b70ee62dc6073d56176e8c81ceddfd.tar.gz nissy-36fb1d0fa1b70ee62dc6073d56176e8c81ceddfd.zip | |
Removed some unused code (khuge). Improved optimal solver performance by about 10% using raw transition tables (same for dr step).
Diffstat (limited to 'src/symcoord.h')
| -rw-r--r-- | src/symcoord.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/symcoord.h b/src/symcoord.h index 4ba3815..a7b71ba 100644 --- a/src/symcoord.h +++ b/src/symcoord.h | |||
| @@ -7,7 +7,6 @@ extern Coordinate coord_cp_sym16; | |||
| 7 | extern Coordinate coord_eofbepos_sym16; | 7 | extern Coordinate coord_eofbepos_sym16; |
| 8 | extern Coordinate coord_drud_sym16; | 8 | extern Coordinate coord_drud_sym16; |
| 9 | extern Coordinate coord_drudfin_noE_sym16; | 9 | extern Coordinate coord_drudfin_noE_sym16; |
| 10 | extern Coordinate coord_khuge; | ||
| 11 | extern Coordinate coord_nxopt31; | 10 | extern Coordinate coord_nxopt31; |
| 12 | 11 | ||
| 13 | void init_symcoord(); | 12 | void init_symcoord(); |
