From abc8c010807f0706b80bc0ef13303b6485473a57 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sat, 20 Feb 2010 15:53:57 +0100 Subject: Renamed PlainMatrixType to PlainObject (Array != Matrix). Renamed ReturnByValue::ReturnMatrixType ReturnByValue::ReturnType (again, Array != Matrix). --- 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 45308ff82..568db8230 100644 --- a/test/lu.cpp +++ b/test/lu.cpp @@ -51,8 +51,8 @@ template void lu_non_invertible() cols2 = cols = MatrixType::ColsAtCompileTime; } - typedef typename ei_kernel_retval_base >::ReturnMatrixType KernelMatrixType; - typedef typename ei_image_retval_base >::ReturnMatrixType ImageMatrixType; + typedef typename ei_kernel_retval_base >::ReturnType KernelMatrixType; + typedef typename ei_image_retval_base >::ReturnType ImageMatrixType; typedef Matrix DynamicMatrixType; typedef Matrix CMatrixType; -- cgit v1.2.3