mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Added more tests for ceilMultiple
This commit is contained in:
parent
57316860a1
commit
5fad3f437d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue