mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-25 06:14:26 +08:00
minor edit
This commit is contained in:
parent
101cc03176
commit
3565e89be2
@ -230,7 +230,7 @@ void test_return_by_value(int len)
|
||||
{
|
||||
VectorXf in;
|
||||
VectorXf in1;
|
||||
in = in.Random( len );
|
||||
in.setRandom( len );
|
||||
VectorXcf out1,out2;
|
||||
FFT<float> fft;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user