mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Disable write precompensation, as it actually seems to make things worse.
This commit is contained in:
@@ -84,7 +84,9 @@ void writeTracks(
|
||||
}
|
||||
else
|
||||
{
|
||||
fluxmap->precompensate(PRECOMPENSATION_THRESHOLD_TICKS, 2);
|
||||
/* Precompensation actually seems to make things worse, so let's leave
|
||||
* it disabled for now. */
|
||||
//fluxmap->precompensate(PRECOMPENSATION_THRESHOLD_TICKS, 2);
|
||||
if (outdb)
|
||||
sqlWriteFlux(outdb, location.track, location.side, *fluxmap);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user