2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-19 14:52:17 +00:00

removed a try left in

[SVN r24787]
This commit is contained in:
Michael Stevens
2004-08-27 14:31:47 +00:00
parent 98ff2be4e5
commit 6caeb2765c

View File

@@ -89,7 +89,7 @@ struct test_my_matrix_vector {
void operator () (int) const {
#ifdef USE_ADAPTOR
try {
{
V v1 (N), v2 (N);
M m1 (N, N);
ublas::symmetric_adaptor<M> tam1 (m1);