Skip to content
Snippets Groups Projects
Commit dbf53070 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove a spurious duplicate test

Feel free to put the test back in if it does serve a purpose
that I missed.  But please, if you do so please add an
explanation.
parent fd4f1a12
Branches
Tags
1 merge request!240Allow number types as entries of matrix and vector types
......@@ -97,13 +97,6 @@ int testVector()
assert(v[i] == b);
}
// check the entries
for(typename Vector::size_type i=0; i < v.N(); ++i) {
assign(b,(typename VectorBlock::field_type)i);
assert(v[i] == b);
}
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment