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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
commitbd83999264407dd7970736ee3e70a6b39fb19014 (patch)
tree1a0a0d9bab2b8caf853c301187beb637b0a1af61 /moses/DecodeGraph.cpp
parenta098550f33dd1eead0e72a98a4822ce924841550 (diff)
beautify
Diffstat (limited to 'moses/DecodeGraph.cpp')
-rw-r--r--moses/DecodeGraph.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/DecodeGraph.cpp b/moses/DecodeGraph.cpp
index c687c8d21..c7b897d88 100644
--- a/moses/DecodeGraph.cpp
+++ b/moses/DecodeGraph.cpp
@@ -33,7 +33,8 @@ DecodeGraph::~DecodeGraph()
}
//! Add another decode step to the graph
-void DecodeGraph::Add(DecodeStep *decodeStep) {
+void DecodeGraph::Add(DecodeStep *decodeStep)
+{
m_steps.push_back(decodeStep);
decodeStep->SetContainer(this);
}