mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Added more tests for ceilMultiple
This commit is contained in:
parent
57316860a1
commit
5fad3f437d
@ -374,6 +374,9 @@ namespace ceilMultiple
|
||||
{1, 4, 4, 0},
|
||||
{1, 3, 3, 0},
|
||||
{4, 3, 6, 0},
|
||||
{4, 1, 4, 0},
|
||||
{1, 1, 1, 0},
|
||||
{7, 1, 7, 0},
|
||||
};
|
||||
|
||||
int Error(0);
|
||||
|
Loading…
Reference in New Issue
Block a user