Rename all the remaining layout and location variables to trackInfo (where

appropriate).
This commit is contained in:
David Given
2022-09-16 00:20:54 +02:00
parent 81cbd00cc8
commit d0fb85e712
21 changed files with 43 additions and 43 deletions

View File

@@ -57,7 +57,7 @@ public:
{
for (const auto& trackFlux : _flux.tracks)
{
if ((trackFlux->layout->physicalTrack == physicalTrack) && (trackFlux->layout->physicalSide == physicalSide))
if ((trackFlux->trackInfo->physicalTrack == physicalTrack) && (trackFlux->trackInfo->physicalSide == physicalSide))
return std::make_unique<MemoryFluxSourceIterator>(*trackFlux);
}