From: lucasart Date: Sat, 8 Nov 2014 15:56:51 +0000 (-0500) Subject: Codestyle massage Search::init() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=8631b08d9704dac256462f6b5b885a4d8b0a9165;hp=8631b08d9704dac256462f6b5b885a4d8b0a9165 Codestyle massage Search::init() * remove some erroneous comments, that were based on the ONE_PLY == 2. * rename hd to d, because there's no more half-depth in SF. * rescope variables into the for loops. * reindent the for loops correctly. * add a comment to explain the eval improving part (not so obvious to read this code as array has 4 dimensions). No functional change. ---