Skip to content

Commit 18060f9

Browse files
committed
Code style improvement
1 parent 4edd4f9 commit 18060f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum_calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GraphSpectrumCalc._dataLoadPowerSpectralDensityVsX = function(vsFieldNames, minV
238238
let psdLength = 0;
239239
// Matrix where each row represents a bin of vs values, and the columns are amplitudes at frequencies
240240
const BACKGROUND_PSD_VALUE = -200;
241-
let matrixPsdOutput = undefined;
241+
let matrixPsdOutput;
242242

243243
const numberSamples = new Uint32Array(NUM_VS_BINS); // Number of samples in each vs value, used to average them later.
244244

0 commit comments

Comments
 (0)