mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use forAll macro in more places, avoid LF-CR endings
This commit is contained in:
@ -115,7 +115,7 @@ void fftRenumber
|
||||
List<complex> renumData(data);
|
||||
|
||||
label nnprod(1);
|
||||
for (label i=0; i<nn.size(); i++)
|
||||
forAll(nn, i)
|
||||
{
|
||||
nnprod *= nn[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user