mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
n = 1000 is enough
This commit is contained in:
@@ -22,7 +22,7 @@ module fail(message) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module assertEqualPoint(expected, actual) {
|
module assertEqualPoint(expected, actual) {
|
||||||
n = 10000;
|
n = 1000;
|
||||||
|
|
||||||
function shift_to_int(pt, n) =
|
function shift_to_int(pt, n) =
|
||||||
len(pt) == 2 ?
|
len(pt) == 2 ?
|
||||||
|
Reference in New Issue
Block a user