Skip to content
Snippets Groups Projects
Commit 3b0e614b authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Wrong iterator increment

parent 608567b5
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ ContingencyTableCalculator<TClassLabel> ...@@ -71,7 +71,7 @@ ContingencyTableCalculator<TClassLabel>
{ {
++m_LabelCount[itRef.Get()][itProd.Get()]; ++m_LabelCount[itRef.Get()][itProd.Get()];
++itRef; ++itRef;
++itRef; ++itProd;
++m_NumberOfSamples; ++m_NumberOfSamples;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment