mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Post-merge fixes.
This commit is contained in:
@@ -80,6 +80,7 @@ namespace Stockfish::Eval::NNUE::Features {
|
||||
if (dp.to[i] != SQ_NONE)
|
||||
added->push_back(make_index(perspective, dp.to[i], pc, ksq));
|
||||
}
|
||||
}
|
||||
|
||||
template class HalfKP<Side::kFriend>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user