mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rework the way locations are handled to use the new locations
microformat rather than the old RangeProto.
This commit is contained in:
@@ -20,7 +20,8 @@ public:
|
||||
|
||||
while (fluxmap->duration() < (_config.sequence_length_ms() * 1e6))
|
||||
{
|
||||
fluxmap->appendInterval(_config.interval_us() * TICKS_PER_US);
|
||||
fluxmap->appendInterval(
|
||||
_config.interval_us() * (double)TICKS_PER_US);
|
||||
fluxmap->appendPulse();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user