COIN-OR::LEMON - Graph Library

Changeset 494:097d7c4634ea in lemon-1.2 for lemon


Ignore:
Timestamp:
03/05/09 07:51:53 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
495:0f40b9d26049, 548:94387da47f79
Phase:
public
Message:

Fix missing 'inline' specifier in time_measure.h (#239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

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