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