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

Fix: a bug in gg. 2 options were using the same option name (-p)

parent 4280ff14
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ let (mkoptab : string array -> t -> unit) =
[(["Set the second radius around all nodes.";
"2 by default.\n"],"QUDG")];
mkopt args ["--probability";"-p"]~arg:" <float>"
mkopt args ["--probability"]~arg:" <float>"
(Arg.Float (fun p -> args.qudg.p <- p))
[(["Sets the probability of the nodes being neighbors when they are ";
"inside the second";
......
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