diff options
| author | Avneesh Saluja <asaluja@gmail.com> | 2013-03-28 18:28:16 -0700 | 
|---|---|---|
| committer | Avneesh Saluja <asaluja@gmail.com> | 2013-03-28 18:28:16 -0700 | 
| commit | 3d8d656fa7911524e0e6885647173474524e0784 (patch) | |
| tree | 81b1ee2fcb67980376d03f0aa48e42e53abff222 /decoder/exp_semiring.h | |
| parent | be7f57fdd484e063775d7abf083b9fa4c403b610 (diff) | |
| parent | 96fedabebafe7a38a6d5928be8fff767e411d705 (diff) | |
fixed conflicts
Diffstat (limited to 'decoder/exp_semiring.h')
| -rw-r--r-- | decoder/exp_semiring.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/exp_semiring.h b/decoder/exp_semiring.h index 111eaaf1..2a9034bb 100644 --- a/decoder/exp_semiring.h +++ b/decoder/exp_semiring.h @@ -59,7 +59,7 @@ struct PRWeightFunction {    explicit PRWeightFunction(const PWeightFunction& pwf = PWeightFunction(),                              const RWeightFunction& rwf = RWeightFunction()) :      pweight(pwf), rweight(rwf) {} -  PRPair<P,R> operator()(const Hypergraph::Edge& e) const { +  PRPair<P,R> operator()(const HG::Edge& e) const {      const P p = pweight(e);      const R r = rweight(e);      return PRPair<P,R>(p, r * p);  | 
