fix a typo error
This commit is contained in:
parent
002691eaf7
commit
f6c81636a8
@ -318,7 +318,7 @@ void peakCentering(
|
||||
}
|
||||
else if(data_0 > data_1)
|
||||
{
|
||||
if( (currPeak.start >= pkRng_S) && (wrPos_0 = pkRng_E) && (currPeak.value > linePk.value))
|
||||
if( (currPeak.start >= pkRng_S) && (wrPos_0 <= pkRng_E) && (currPeak.value > linePk.value))
|
||||
{
|
||||
linePk.start = currPeak.start;
|
||||
linePk.value = currPeak.value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user