chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1dea7
)
Note a todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 09:57:34 +0000
(10:57 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 10:25:23 +0000
(11:25 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/movehist.rs
patch
|
blob
|
history
diff --git
a/src/movehist.rs
b/src/movehist.rs
index 77dfe2c2910267742dbc13e823e13aff90ab0b7f..a8a5edeb820338af737e358aded1d819556d35cd 100644
(file)
--- a/
src/movehist.rs
+++ b/
src/movehist.rs
@@
-4,7
+4,7
@@
use super::*; // we are otter::updates::movehist
-pub const LENS: &[usize] = &[ 0, 1, 3, 10 ];
+pub const LENS: &[usize] = &[ 0, 1, 3, 10 ];
// xxx want option with no name
pub const LEN_MAX: usize = 10;
pub const LEN_DEF_I: usize = 1;
pub const MIN_DIST: f64 = 7.5;