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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 02:59:50 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 02:59:50 +0400
commit4f6d022fe7fa6c8e3279de2221a24f11afd8f8ba (patch)
tree66351ea6c8c322d1614439eeebbdda4f97864781 /mert/TerScorer.h
parent888c47d9211a921d769419b9b62f23c161cf6930 (diff)
Add comments to mark the end of #define guards.
Diffstat (limited to 'mert/TerScorer.h')
-rw-r--r--mert/TerScorer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mert/TerScorer.h b/mert/TerScorer.h
index 566aa99b0..5cfcc641c 100644
--- a/mert/TerScorer.h
+++ b/mert/TerScorer.h
@@ -1,7 +1,6 @@
#ifndef __TERSCORER_H__
#define __TERSCORER_H__
-// #include <stdio.h>
#include <algorithm>
#include <cmath>
#include <iostream>
@@ -63,5 +62,4 @@ private:
};
-
-#endif //__TERSCORER_H
+#endif // __TERSCORER_H__