This commit is contained in:
Ulrich Germann 2015-10-24 19:49:05 +01:00
commit b89a9cf628

View File

@ -297,7 +297,7 @@ void ChartHypothesis::SetWinningHypo(const ChartHypothesis *hypo)
size_t ChartHypothesis::hash() const
{
size_t seed;
size_t seed = 0;
// states
for (size_t i = 0; i < m_ffStates.size(); ++i) {