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

test that we can read values in a const vector

[[Imported from SVN: r6178]]
parent ac7139f9
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ struct FieldVectorMainTest
FieldVector<ft,d> v(1);
FieldVector<ft,d> w(2);
FieldVector<ft,d> z(2);
const FieldVector<ft,d> x(z);
a = x[0];
bool b;
rt n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment