Ignore:
Timestamp:
Sep 19, 2014, 8:00:41 AM (9 years ago)
Author:
Peter
Message:

avoid long line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/IGP.h

    r3318 r3319  
    105105
    106106  template <typename Distance>
    107   IGP<Distance>::IGP(const MatrixLookup& data, const Target& target, const Distance& dist)
     107  IGP<Distance>::IGP(const MatrixLookup& data, const Target& target,
     108                     const Distance& dist)
    108109    : matrix_(data), target_(target), distance_(dist)
    109110  {
     
    117118  {
    118119  }
     120
    119121
    120122  template <typename Distance>
Note: See TracChangeset for help on using the changeset viewer.