Skip to content

Commit

Permalink
Release build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Mar 1, 2017
1 parent 6d75504 commit 71b1fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ auto Collection<Count>::evalconts(const CollectionT& cn, ClustersMatching* pclsm
fprintf(stderr, "evalconts(), c1csum: %.3G (- %.3G), c2csum: %.3G (- %.3G), cmmsum: %.3G\n"
, AccProb(m_contsum), AccProb(econt1), AccProb(cn.m_contsum)
, AccProb(econt2), AccProb(cmmsum));
}
#endif // TRACE
}
#endif // VALIDATE 1
// Set results
if(pclsmm)
Expand Down

0 comments on commit 71b1fea

Please sign in to comment.