Changes in lemon/time_measure.h [368:879c55700cd4:383:097d7c4634ea] in lemon-1.0
- File:
-
- 1 edited
-
lemon/time_measure.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r368 r383 203 203 }; 204 204 205 TimeStamp operator*(double b,const TimeStamp &t)205 inline TimeStamp operator*(double b,const TimeStamp &t) 206 206 { 207 207 return t*b;
Note: See TracChangeset
for help on using the changeset viewer.

