mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: Fixed inconsistent spelling of tablebases.
This commit is contained in:
parent
d5341ed0e1
commit
e621fb77bd
|
@ -87,7 +87,7 @@ class GtbProbe {
|
|||
final static int UNKNOWN = 7;
|
||||
|
||||
/**
|
||||
* Probe table bases.
|
||||
* Probe tablebases.
|
||||
* @param wtm True if white to move.
|
||||
* @param epSq En passant square, or NOSQUARE.
|
||||
* @param castleMask Castle mask.
|
||||
|
|
|
@ -66,7 +66,7 @@ public class RtbProbe {
|
|||
public final static int NOINFO = 1000;
|
||||
|
||||
/**
|
||||
* Probe table bases.
|
||||
* Probe tablebases.
|
||||
* @param squares Array of length 64, see Position class.
|
||||
* @param wtm True if white to move.
|
||||
* @param epSq En passant square, see Position class.
|
||||
|
|
Loading…
Reference in New Issue
Block a user