Rename sp to splitPoint

Still keep 'sp' name when used as local
variable with limited scope.

From Jundery.

No functional change.
This commit is contained in:
Marco Costalba
2013-03-01 09:38:43 +01:00
parent 0fc9a01933
commit 0e1ad3ad33
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace Search {
/// has its own array of Stack objects, indexed by the current ply.
struct Stack {
SplitPoint* sp;
SplitPoint* splitPoint;
int ply;
Move currentMove;
Move excludedMove;