summaryrefslogtreecommitdiff
path: root/dtrain/score.h
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-26 11:36:49 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-04-26 11:36:49 +0200
commitfde1df3ee578564f78d7d0eac453dcb3f1740e05 (patch)
tree3d986ff73becb4b062633bc6d2a7ba946a3bc488 /dtrain/score.h
parent9572d31167162955a02276c1846ae4baefa7ee53 (diff)
remove obsolete stuff
Diffstat (limited to 'dtrain/score.h')
-rw-r--r--dtrain/score.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/score.h b/dtrain/score.h
index 85cd0317..5aceb81f 100644
--- a/dtrain/score.h
+++ b/dtrain/score.h
@@ -15,7 +15,7 @@ struct NgramCounts
map<unsigned, unsigned> clipped;
map<unsigned, unsigned> sum;
- NgramCounts(const unsigned N) : N_(N) { Zero(); }
+ NgramCounts(const unsigned N) : N_(N) { Zero(); }
inline void
operator+=(const NgramCounts& rhs)