Changes in / [548:94387da47f79:547:d59dcc933e59] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r548 r492 203 203 }; 204 204 205 inlineTimeStamp operator*(double b,const TimeStamp &t)205 TimeStamp operator*(double b,const TimeStamp &t) 206 206 { 207 207 return t*b;
Note: See TracChangeset
for help on using the changeset viewer.