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-12-11 03:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
commit739165c2b05dd3a423fedc6d14afcbf5ffe302e2 (patch)
treef373342ee1eacbd501e9ad52928c7cb1837c707d /moses/InputType.h
parenta95060579512ef7c27bad7aac28897d54a5e3de9 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/InputType.h')
-rw-r--r--moses/InputType.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/InputType.h b/moses/InputType.h
index 1e40c158e..80080a3f2 100644
--- a/moses/InputType.h
+++ b/moses/InputType.h
@@ -190,10 +190,10 @@ public:
//! populate this InputType with data from in stream
virtual int
- Read(std::istream& in) = 0;
- // ,
- // std::vector<FactorType> const& factorOrder,
- // AllOptions const& opts) =0;
+ Read(std::istream& in) = 0;
+ // ,
+ // std::vector<FactorType> const& factorOrder,
+ // AllOptions const& opts) =0;
//! Output debugging info to stream out
virtual void Print(std::ostream&) const =0;