This website works better with JavaScript.
Home
Explore
Help
Sign In
qbarrand
/
ensiie-iprf-quadtree
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed a non-passing test generating a QuadTree with a negative rectangle.
master
Quentin Barrand
5 years ago
parent
b9d1919101
commit
2ffa56d06f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/part5.test.ml
+ 0
- 1
src/part5.test.ml
View File
@@ -8,5 +8,4 @@ simulation_move q (fun str -> str) ;;
(* Question 23 bonus *)
let q = gen_random_quadtree (make_rect (-30., -30.) (30., 30.)) 30 ;;
new_simulation_move q (fun str -> str) ;;
Write
Preview
Loading…
Cancel
Save