mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: trailing whitespace, doxygen, error messages from fileOperation
This commit is contained in:
@ -52,7 +52,7 @@ Hanning::Hanning(const dictionary& dict, const label nSamples)
|
||||
// Extend range if required
|
||||
label offset = extended_ ? 1 : 0;
|
||||
scalar m = nSamples - 1 + 2*offset;
|
||||
|
||||
|
||||
scalarField t(nSamples);
|
||||
forAll(t, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user