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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
commit9643043cb793530d0dc285eb3b355bf06e116c71 (patch)
tree1ef520414671f02cd1ae60c6ea32d2b0690b6a96 /moses/BitmapContainer.h
parentc47f24c539456259a194412d7383c9ee5861f538 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/BitmapContainer.h')
-rw-r--r--moses/BitmapContainer.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/moses/BitmapContainer.h b/moses/BitmapContainer.h
index 17d8a3cbe..6c500ff71 100644
--- a/moses/BitmapContainer.h
+++ b/moses/BitmapContainer.h
@@ -215,7 +215,7 @@ private:
BitmapContainer(const BitmapContainer &);
public:
BitmapContainer(const WordsBitmap &bitmap
- , HypothesisStackCubePruning &stack
+ , HypothesisStackCubePruning &stack
, bool deterministic_sort = false);
// The destructor will also delete all the edges that are
@@ -228,9 +228,8 @@ public:
size_t Size();
bool Empty() const;
- const WordsBitmap &GetWordsBitmap() const
- {
- return m_bitmap;
+ const WordsBitmap &GetWordsBitmap() const {
+ return m_bitmap;
}
const HypothesisSet &GetHypotheses() const;