summaryrefslogtreecommitdiff
path: root/gi/pyp-topics/src/pyp-topics.hh
diff options
context:
space:
mode:
authorphilblunsom@gmail.com <philblunsom@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-30 21:43:26 +0000
committerphilblunsom@gmail.com <philblunsom@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-30 21:43:26 +0000
commitd8900e3e11b0cd31700a245310d099adda7a659f (patch)
tree22dd2f2bc0737ae53ab2f16c9ea09518daf067e9 /gi/pyp-topics/src/pyp-topics.hh
parentd59da3201bd8dce7512c3a376a915720a07cda8c (diff)
switched to doubles
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@83 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics/src/pyp-topics.hh')
-rw-r--r--gi/pyp-topics/src/pyp-topics.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/pyp-topics.hh b/gi/pyp-topics/src/pyp-topics.hh
index 6b0b15f9..47207d65 100644
--- a/gi/pyp-topics/src/pyp-topics.hh
+++ b/gi/pyp-topics/src/pyp-topics.hh
@@ -12,7 +12,7 @@ class PYPTopics {
public:
typedef std::vector<int> DocumentTopics;
typedef std::vector<DocumentTopics> CorpusTopics;
- typedef long double F;
+ typedef double F;
public:
PYPTopics(int num_topics) : m_num_topics(num_topics), m_word_pyps(1) {}