Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 169 | Rev 176 | ||
---|---|---|---|
Line 1267... | Line 1267... | ||
1267 | 1267 | ||
1268 | EntryTable.clear(); |
1268 | EntryTable.clear(); |
1269 | MaxCardinality = 0; |
1269 | MaxCardinality = 0; |
1270 | TBFile::Paths = paths; |
1270 | TBFile::Paths = paths; |
1271 | 1271 | ||
1272 | if (paths.empty() || paths == "<empty>" |
1272 | if (paths.empty() || paths == "") // Pierre-Marie Baty -- was: || paths == "<empty>" |
1273 | return; |
1273 | return; |
1274 | 1274 | ||
1275 | // MapB1H1H7[] encodes a square below a1-h8 diagonal to 0..27 |
1275 | // MapB1H1H7[] encodes a square below a1-h8 diagonal to 0..27 |
1276 | int code = 0; |
1276 | int code = 0; |
1277 | for (Square s = SQ_A1; s <= SQ_H8; ++s) |
1277 | for (Square s = SQ_A1; s <= SQ_H8; ++s) |