From 4247d35d4b28d0f8ce30a211841a900e98447614 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 15 Dec 2016 17:22:12 +0100 Subject: Fixed bug which (extremely rarely) could end in an infinite loop --- 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 ad9c2c652..b796082cd 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -69,7 +69,7 @@ template void mixingtypes(int size = SizeAtCompileType) double epsd = std::sqrt(std::numeric_limits::min EIGEN_EMPTY ()); while(std::abs(sf )(); - while(std::abs(sd )(); + while(std::abs(sd )(); while(std::abs(scf)(); while(std::abs(scd)(); -- cgit v1.2.3