1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 14:11:52 +02:00

n = 1000 is enough

This commit is contained in:
Justin Lin 2017-05-25 13:50:01 +08:00
parent eec47b376d
commit fd09c0f13b

View File

@ -22,7 +22,7 @@ module fail(message) {
}
module assertEqualPoint(expected, actual) {
n = 10000;
n = 1000;
function shift_to_int(pt, n) =
len(pt) == 2 ?