summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-23 13:12:04 -0700
committerScott Gasch <[email protected]>2026-08-23 13:12:04 -0700
commitf83f1592659a0e06182e3017aafbd84ba83935fb (patch)
tree57eb77a2ec1a137666b39b961e0bcf08444a6eef /src/main.c
parentdf8facc22815f9eca0897e27ccce30701ba95322 (diff)
Integrate new syzygy egtb code, lose the old Nalimov code.
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e1399c6..1247311 100755
--- a/src/main.c
+++ b/src/main.c
@@ -294,7 +294,7 @@ Return value:
g_Options.ePlayMode = FORCE_MODE;
g_Options.fNoInputThread = FALSE;
g_Options.fVerbosePosting = TRUE;
- strcpy(g_Options.szEGTBPath, "/egtb/three;/etc/four;/egtb/five");
+ strcpy(g_Options.szEGTBPath, "/zscratch/egtb");
strcpy(g_Options.szLogfile, "typhoon.log");
strcpy(g_Options.szBookName, "book.bin");
g_Options.uNumHashTableEntries = 0x10000;