Skip to content
Snippets Groups Projects
Commit 78e8238d authored by Christian Engwer's avatar Christian Engwer
Browse files

test assignment of fvector<complex>

[[Imported from SVN: r6323]]
parent 98552767
Branches
Tags
No related merge requests found
......@@ -76,6 +76,11 @@ struct FieldVectorMainTest
b = (w != v);
b = (w == v);
// assignment to vector of complex
FieldVector< std::complex<rt> ,d> cv = v;
cv = a;
const FieldVector< std::complex<rt> ,d> ccv = x;
// test istream operator
std::stringstream s;
for (int i=0; i<d; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment