Revision dbf66483 src/timestamped_list.cpp

View differences:

src/timestamped_list.cpp
34 34

  
35 35
TimestampedList::TimestampedList(unsigned int s) {
36 36
    // initialize the list to its desired size:
37
    TimestampedFloat now;
37
    TimestampedFloat now(Timestamp::now(), 0.0);
38 38
    tsf_list_.resize(s, now);
39 39
}
40 40

  

Also available in: Unified diff