From 68b28f7bfb29474ad21036476618a3730fa7fffa Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 4 Sep 2009 09:23:38 +0200 Subject: rename the EigenSolver module to Eigenvalues --- test/mixingtypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index 52e68aba2..690442a02 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -95,7 +95,7 @@ void mixingtypes_large(int size) VERIFY_RAISES_ASSERT(mf*vcf); VERIFY_RAISES_ASSERT(mcf*vf); VERIFY_RAISES_ASSERT(mcf *= mf); - // VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile + // VERIFY_RAISES_ASSERT(vcd = md*vcd); // does not even compile (cannot convert complex to double) VERIFY_RAISES_ASSERT(vcf = mcf*vf); VERIFY_RAISES_ASSERT(mf*md); -- cgit v1.2.3