From 9a0900e33e9ca4bc174cfccc26dbf4bdc38f7627 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 9 Nov 2009 07:51:31 -0500 Subject: last round of changes, mainly to return derived types instead of base types, and fix various compilation issues --- test/lu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lu.cpp') diff --git a/test/lu.cpp b/test/lu.cpp index 954893651..9dcebbeaa 100644 --- a/test/lu.cpp +++ b/test/lu.cpp @@ -49,8 +49,8 @@ template void lu_non_invertible() cols2 = cols = MatrixType::ColsAtCompileTime; } - typedef typename ei_kernel_return_value >::ReturnMatrixType KernelMatrixType; - typedef typename ei_image_return_value >::ReturnMatrixType ImageMatrixType; + typedef typename ei_kernel_retval_base >::ReturnMatrixType KernelMatrixType; + typedef typename ei_image_retval_base >::ReturnMatrixType ImageMatrixType; typedef Matrix DynamicMatrixType; typedef Matrix CMatrixType; -- cgit v1.2.3