COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r595 r562  
    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.