]> git.sesse.net Git - stockfish/blobdiff - src/timeman.cpp
StateInfo is usually allocated on the stack by search()
[stockfish] / src / timeman.cpp
index bc9c2e5b4b7876025d9cf86126cdeec4f242a633..c7c19f47cce34a8d53cc15cf61c3f87c5d5755a9 100644 (file)
@@ -33,7 +33,7 @@ namespace {
   enum TimeType { OptimumTime, MaxTime };
 
   const int MoveHorizon   = 50;   // Plan time management at most this many moves ahead
   enum TimeType { OptimumTime, MaxTime };
 
   const int MoveHorizon   = 50;   // Plan time management at most this many moves ahead
-  const double MaxRatio   = 7.09;  // When in trouble, we can step over reserved time with this ratio
+  const double MaxRatio   = 7.09; // When in trouble, we can step over reserved time with this ratio
   const double StealRatio = 0.35; // However we must not steal time from remaining moves over this ratio
 
 
   const double StealRatio = 0.35; // However we must not steal time from remaining moves over this ratio