From 2bf354da80d15a7a1e7ad9f58f375a21c6e721aa Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 1 Dec 2009 11:51:22 +0100 Subject: Much more NestByValue cleanup. --- test/geo_quaternion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/geo_quaternion.cpp') diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp index 2e97fe295..5a55138f9 100644 --- a/test/geo_quaternion.cpp +++ b/test/geo_quaternion.cpp @@ -43,7 +43,7 @@ template void quaternion(void) if (ei_is_same_type::ret) largeEps = 1e-3f; - Scalar eps = ei_random() * 1e-2; + Scalar eps = ei_random() * Scalar(1e-2); Vector3 v0 = Vector3::Random(), v1 = Vector3::Random(), -- cgit v1.2.3