git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4183 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
bhaddow 2011-09-07 08:36:08 +00:00
parent ca5c0f19b7
commit 9fee4a97f2

View File

@ -364,6 +364,7 @@ int main (int argc, char **argv)
bestP = (*i)->getPoint();
best = score;
}
delete *i;
}
mean/=(float)ntry;