Skip to content
Snippets Groups Projects
Commit 7354efa4 authored by sergio's avatar sergio
Browse files

Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus

parents 11479c51 e73d2c5d
Branches
Tags
No related merge requests found
......@@ -562,7 +562,7 @@ void surfaceNoise::calculate()
forAll(surfPrmsf, i)
{
label freqI = i*fftWriteInterval_;
label freqI = (i + 1)*fftWriteInterval_ - 1;
fOut[i] = freq1[freqI];
const word& fName = inputFileName_.name(true);
const word gName = "fft";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment