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/Point.h
parent888c47d9211a921d769419b9b62f23c161cf6930 (diff)
Add comments to mark the end of #define guards.
Diffstat (limited to 'mert/Point.h')
-rw-r--r--mert/Point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mert/Point.h b/mert/Point.h
index da2da56b1..b0ab170b3 100644
--- a/mert/Point.h
+++ b/mert/Point.h
@@ -1,5 +1,6 @@
#ifndef POINT_H
#define POINT_H
+
#include <vector>
#include "Types.h"
#include "FeatureStats.h"
@@ -68,5 +69,4 @@ public:
};
};
-#endif
-
+#endif // POINT_H