Changeset 528:097d7c4634ea in lemon
- Timestamp:
- 03/05/09 07:51:53 (16 years ago)
- Branch:
- default
- Children:
- 529:304acfc5210e, 530:0f40b9d26049, 595:94387da47f79
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r511 r528 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.