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
No related merge requests found
......@@ -69,8 +69,8 @@ let (make_args : unit -> t) =
tree_edge = InTree;
n = -1;
grid = {
width = 0;
height = 0;
width = 4;
height = 4;
};
er = 0.3;
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