mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 16:00:20 +02:00
Changed to relative include names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
include <BOSL2/std.scad>
|
||||
include <../std.scad>
|
||||
|
||||
|
||||
module test_is_vector() {
|
||||
@@ -60,7 +60,7 @@ module test_vabs() {
|
||||
}
|
||||
test_vabs();
|
||||
|
||||
include <BOSL2/strings.scad>
|
||||
include <../strings.scad>
|
||||
module test_vang() {
|
||||
assert(vang([1,0])==0);
|
||||
assert(vang([0,1])==90);
|
||||
|
Reference in New Issue
Block a user