backport bugfix in visitor (didn't work on rowvectors, fixed by splitting the vector case away from the matrix case)

This commit is contained in:
Benoit Jacob
2009-09-16 14:28:49 -04:00
parent aaf1826384
commit 8097487b9d
3 changed files with 38 additions and 3 deletions

View File

@@ -220,6 +220,7 @@ ei_add_test(sparse_basic)
ei_add_test(sparse_solvers " " "${SPARSE_LIBS}")
ei_add_test(sparse_product)
ei_add_test(swap)
ei_add_test(visitor)
# print a summary of the different options
message("************************************************************")