Skip to content
Snippets Groups Projects
Commit 05a0e7f3 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge remote-tracking branch 'origin/master' into develop

parents 79ea57bd 21dda325
Branches
Tags
No related merge requests found
......@@ -81,6 +81,10 @@ void Foam::noiseModel::setOctaveBands
// Convert to lower band limit
fTest /= fRatioL2C;
while (fTest < fLower)
{
fTest *= fRatio;
}
forAll(f, i)
{
......
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