From 833487d3644e8ea4eb7db81e4adaf494ec1d512b Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Sat, 25 Sep 2004 10:10:25 +0000 Subject: [PATCH] fix complex testtt --- test5/test52.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test5/test52.cpp b/test5/test52.cpp index 5921715a..d068009c 100644 --- a/test5/test52.cpp +++ b/test5/test52.cpp @@ -178,7 +178,9 @@ void test_matrix_vector () { ublas::triangular_matrix, ublas::lower, ublas::row_major, ublas::unbounded_array > >, 3> () (); test_my_matrix_vector, ublas::unbounded_array > >, ublas::triangular_matrix, ublas::lower, ublas::row_major, ublas::unbounded_array > >, 3> () (0); +#endif +#ifdef USE_DOUBLE std::cout << "std::complex, unbounded_array" << std::endl; test_my_matrix_vector, ublas::unbounded_array > >, ublas::triangular_matrix, ublas::lower, ublas::row_major, ublas::unbounded_array > >, 3> () ();