COIN-OR::LEMON - Graph Library

Changes in / [384:304acfc5210e:382:f679c1eb0163] in lemon-1.0


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r383 r368  
    203203  };
    204204
    205   inline TimeStamp operator*(double b,const TimeStamp &t)
     205  TimeStamp operator*(double b,const TimeStamp &t)
    206206  {
    207207    return t*b;
Note: See TracChangeset for help on using the changeset viewer.