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-05-19 17:34:27 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-05-19 17:34:27 +0400
commit2f3cd5e2fe54f0352eee4657ea91e0039073a95a (patch)
tree535b1f445dd9f762997bc0dd0ef7a17f9500e250 /moses/Parameter.h
parentd85bd05e1827ceb917ab3664fee34fd05725eab6 (diff)
beautify
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index 97f54ee40..a087b40c6 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -117,7 +117,7 @@ public:
std::vector<float> GetWeights(const std::string &name);
std::map<std::string, std::vector<float> > GetAllWeights() const {
- return m_weights;
+ return m_weights;
}
std::set<std::string> GetWeightNames() const;