COIN-OR::LEMON - Graph Library

Changeset 528:097d7c4634ea in lemon


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r511 r528  
    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.