Skip to content

Commit

Permalink
Update to changes in SgHash.h
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@2010 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
mmueller65 committed Aug 16, 2015
1 parent 36500a6 commit 04ea27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/GoRegionBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ GoRegionBoard::GoRegionBoard(const GoBoard& board)
m_computedHealthy(false),
m_boardSize(board.Size())
{
m_code.Invalidate();
m_chainsCode.Invalidate();
m_code.Clear();
m_chainsCode.Clear();
GenBlocksRegions();
++s_alloc;
}
Expand Down Expand Up @@ -107,7 +107,7 @@ void GoRegionBoard::Clear()
m_allChains[SG_BLACK].Clear();
m_allChains[SG_WHITE].Clear();
m_stack.Clear();
m_code.Invalidate();
m_code.Clear();
m_invalid = true;
m_computedHealthy = false;
m_boardSize = m_board.Size();
Expand Down

0 comments on commit 04ea27e

Please sign in to comment.