Changeset 31826
- Timestamp:
- Jul 5, 2011, 10:54:32 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/CzarDb.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/CzarDb.pm
r30954 r31826 464 464 if (defined $lastTimestamp) { 465 465 466 my $timeDiff = $self->diffTimesInSecs($thisTimestamp, $lastTimestamp) ;466 my $timeDiff = $self->diffTimesInSecs($thisTimestamp, $lastTimestamp) + 0.001; 467 467 468 468 if ($thisProcessed >= $lastProcessed){
Note:
See TracChangeset
for help on using the changeset viewer.
