Skip to content
  • Giovanni Palma's avatar
    Index: ChangeLog · 8c84bd83
    Giovanni Palma authored
    from  Giovanni Palma  <giovanni@lrde.epita.fr>
    
            * threshold.hh: correct the threshold construtor.
    
    Index: olena/oln/level/threshold.hh
    --- olena/oln/level/threshold.hh Thu, 07 Aug 2003 02:37:23 +0200 burrus_n
    (oln/f/15_threshold. 1.11 640)
    +++ olena/oln/level/threshold.hh Tue, 09 Sep 2003 13:45:59 +0200 palma_g
    (oln/f/15_threshold. 1.11 640)
    @@ -42,7 +42,7 @@
         public:
           threshold(const Input& threshold,
                    const Output& min = ntg_min_val(Output),
    -               const Output& max = ntg_min_val(Output)) :
    +               const Output& max = ntg_max_val(Output)) :
             m_threshold(threshold), m_min(min), m_max(max)
           {}
    
        prcs2git-id: 10.15
    8c84bd83
To find the state of this project's repository at the time of any of these versions, check out the tags.