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:
parent
eec47b376d
commit
fd09c0f13b
@ -22,7 +22,7 @@ module fail(message) {
|
||||
}
|
||||
|
||||
module assertEqualPoint(expected, actual) {
|
||||
n = 10000;
|
||||
n = 1000;
|
||||
|
||||
function shift_to_int(pt, n) =
|
||||
len(pt) == 2 ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user