Skip to content
Snippets Groups Projects
Commit f55a4d34 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove more old hack code

parent de373ccd
No related branches found
No related tags found
No related merge requests found
......@@ -504,9 +504,6 @@ namespace tut
template<> template<>
void v3dmath_object::test<24>()
{
#if LL_WINDOWS && _MSC_VER < 1400
skip("This fails on VS2003!");
#else
F64 x = 10., y = 20., z = -15.;
F64 angle1, angle2;
LLVector3d vec3Da(x,y,z), vec3Db(x,y,z);
......@@ -521,6 +518,5 @@ namespace tut
F64 angle = vec3Db*vec3Da;
angle = acos(angle);
ensure("2:angle_between: Fail ", (angle == angle2));
#endif
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment