diff options
| author | Scott Gasch <[email protected]> | 2026-08-23 13:12:04 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-23 13:12:04 -0700 |
| commit | f83f1592659a0e06182e3017aafbd84ba83935fb (patch) | |
| tree | 57eb77a2ec1a137666b39b961e0bcf08444a6eef /src/main.c | |
| parent | df8facc22815f9eca0897e27ccce30701ba95322 (diff) | |
Integrate new syzygy egtb code, lose the old Nalimov code.
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
