Changeset 2251


Ignore:
Timestamp:
May 16, 2010, 8:19:33 PM (13 years ago)
Author:
Peter
Message:

fix typo in template merge that caused compiler error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/yat/utility/merge.h

    r2015 r2251  
    187187    template<typename Iterator, class Functor1, class Functor2>
    188188    void assign(DataWeight& x, Iterator first, Iterator last, Functor1 func1,
    189                 Functor2 func)
     189                Functor2 func2)
    190190    {
    191191      x.data() = func1(first, last);
Note: See TracChangeset for help on using the changeset viewer.