closing bracket..

git-svn-id: http://svn.statmt.org/repository/mira@3826 cc96ff50-19ce-11e0-b349-13d7f0bd23df
This commit is contained in:
ehasler 2011-03-07 14:20:57 +00:00 committed by Ondrej Bojar
parent fecfe64d52
commit 3906510611

View File

@ -550,7 +550,7 @@ int main(int argc, char** argv) {
if (shardPosition % (shard.size() / mixFrequency) == 0) {
ScoreComponentCollection averageWeights;
#ifdef MPI_ENABLE
cerr << "\nRank " << rank << ", before mixing: " << mosesWeights << endl);
cerr << "\nRank " << rank << ", before mixing: " << mosesWeights << endl;
// collect all weights in averageWeights and divide by number of processes
mpi::reduce(world, mosesWeights, averageWeights, SCCPlus(), 0);