This commit is contained in:
Ulrich Germann 2015-10-28 12:59:35 +00:00
parent 34762f8c17
commit 1b8fc53174

View File

@ -147,7 +147,7 @@ namespace sapt
BOOST_FOREACH(bias_record const& b, biasmap)
{
std::map<std::string, id_type>::const_iterator m;
m = = docname2docid.find(b.first);
m = docname2docid.find(b.first);
if (m != docname2docid.end())
*log << "BIAS " << b.first << " " << m_bias[m->second]
<< std::endl;