Skip to content
Snippets Groups Projects
Commit ab191609 authored by erwan's avatar erwan
Browse files

gg: provide sensible default values for grid

parent 7e3c7909
No related branches found
No related tags found
Loading
...@@ -69,8 +69,8 @@ let (make_args : unit -> t) = ...@@ -69,8 +69,8 @@ let (make_args : unit -> t) =
tree_edge = InTree; tree_edge = InTree;
n = -1; n = -1;
grid = { grid = {
width = 0; width = 4;
height = 0; height = 4;
}; };
er = 0.3; er = 0.3;
ba = 2; ba = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment