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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user