Changes in / [547:d59dcc933e59:548:94387da47f79] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r492 r548 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.