mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Data products not plotting the last recorded data point #162
Accidentally committed change with meow debug message.
This commit is contained in:
parent
ca02209d8f
commit
3ac7fc4de3
@ -98,7 +98,6 @@ int DPC_TimeCstrDataStream::step() {
|
||||
}
|
||||
// times in log file may not be sequential
|
||||
} while ((!eos[bix]) && ((time[bix] < tstart) || (time[bix] > tstop)) );
|
||||
std::cout << "meow " << time[bix] << " " << value[bix] << std::endl ;
|
||||
bix = !bix;
|
||||
return (1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user