mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Removed grid test
This commit is contained in:
parent
281a391b4d
commit
31805bcd79
@ -138,7 +138,7 @@ int test_ballRand()
|
|||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#if((GLM_LANG & GLM_LANG_CXX0X) == GLM_LANG_CXX0X)
|
#if((GLM_LANG & GLM_LANG_CXX0X) == GLM_LANG_CXX0X)
|
||||||
int test_grid()
|
int test_grid()
|
||||||
{
|
{
|
||||||
@ -178,7 +178,7 @@ int test_grid()
|
|||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int Error = 0;
|
int Error = 0;
|
||||||
@ -188,9 +188,10 @@ int main()
|
|||||||
Error += test_sphericalRand();
|
Error += test_sphericalRand();
|
||||||
Error += test_diskRand();
|
Error += test_diskRand();
|
||||||
Error += test_ballRand();
|
Error += test_ballRand();
|
||||||
|
/*
|
||||||
#if((GLM_LANG & GLM_LANG_CXX0X) == GLM_LANG_CXX0X)
|
#if((GLM_LANG & GLM_LANG_CXX0X) == GLM_LANG_CXX0X)
|
||||||
Error += test_grid();
|
Error += test_grid();
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user