Changeset 10420 for trunk


Ignore:
Timestamp:
04/20/11 15:19:45 (14 years ago)
Author:
tbretz
Message:
Fixed the millisecond part of the time, the Time class expects microseconds.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimNetwork.cc

    r10396 r10420  
    2424        fState     = strlen(txt)==0 ? -2 : fInfoState.getQuality();
    2525        fStateTime = Time(fInfoState.getTimestamp(),
    26                           fInfoState.getTimestampMillisecs());
     26                          fInfoState.getTimestampMillisecs()*1000);
    2727
    2828        const string name = fInfoState.getName();
Note: See TracChangeset for help on using the changeset viewer.