mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: unroll loops for complexVector functions
STYLE: prefer STL naming real(), imag() instead of Re(), Im()
This commit is contained in:
@ -73,7 +73,7 @@ void Foam::functionObjects::energySpectrum::calcAndWriteSpectrum
|
||||
(
|
||||
fft::forwardTransform
|
||||
(
|
||||
ReComplexField(U),
|
||||
ComplexField(U, vector::zero),
|
||||
List<int>({N.x(), N.y(), N.z()})
|
||||
)
|
||||
/scalar(cmptProduct(N))
|
||||
|
||||
Reference in New Issue
Block a user