mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix auto merge error
This commit is contained in:
parent
f9c2c1e343
commit
376ff12d08
1 changed files with 0 additions and 3 deletions
|
@ -479,7 +479,6 @@ public:
|
|||
|
||||
smp->length = windowSize < smpMemPos ? signalIndices.size() * 4 : 0;
|
||||
|
||||
unsigned tsPos = 0;
|
||||
if(smpMemPos >= windowSize) {
|
||||
unsigned tsPos = 0;
|
||||
if (timeAlignType == TimeAlign::RIGHT)
|
||||
|
@ -493,8 +492,6 @@ public:
|
|||
smp->ts.origin = smpMemoryTs[tsPos % windowSize];
|
||||
}
|
||||
|
||||
smp->ts.origin = smpMemoryTs[tsPos % windowSize];
|
||||
|
||||
calcCount++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue