Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2008-11-18 21:51:02 +0300
committernicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2008-11-18 21:51:02 +0300
commit32029561dadd97422e792971cd2faca814c53e5a (patch)
treec12f1c9c1dfbb1f2f56dda1fe43d30250994f22b /mert/ScoreArray.cpp
parent6eab281ce6c56312fe440b8aab9b5b0e5523b7fc (diff)
mert can now load more data files
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1942 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'mert/ScoreArray.cpp')
-rw-r--r--mert/ScoreArray.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mert/ScoreArray.cpp b/mert/ScoreArray.cpp
index dd820f067..5f10131c0 100644
--- a/mert/ScoreArray.cpp
+++ b/mert/ScoreArray.cpp
@@ -32,7 +32,6 @@ void ScoreArray::savebin(std::ofstream& outFile, const std::string& sctype)
i->savebin(outFile);
outFile << SCORES_BIN_END << std::endl;
-
}
void ScoreArray::save(std::ofstream& inFile, const std::string& sctype, bool bin)