mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 03:36:51 +02:00
bugfix
This commit is contained in:
@@ -442,7 +442,7 @@ function quantup(x,y) =
|
|||||||
: _ceilall(x/y)*y;
|
: _ceilall(x/y)*y;
|
||||||
|
|
||||||
function _ceilall(data) =
|
function _ceilall(data) =
|
||||||
[for(x=data) is_list(x) ? ceilall(x) : ceil(x)];
|
[for(x=data) is_list(x) ? _ceilall(x) : ceil(x)];
|
||||||
|
|
||||||
|
|
||||||
// Section: Constraints and Modulos
|
// Section: Constraints and Modulos
|
||||||
|
Reference in New Issue
Block a user