COIN-OR::LEMON - Graph Library

Changes in / [537:94387da47f79:535:d59dcc933e59] in lemon-1.1


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r537 r492  
    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.