Commit 4fdd9eba authored by Julian Zobel's avatar Julian Zobel
Browse files

Minimum radius in random ap generator

parent 3f979bff
......@@ -124,7 +124,7 @@ public class RandomAttractionGenerator implements IAttractionGenerator {
}
else
{
radius = 10;
radius = minimumRadius;
}
AttractionPoint aPoint = new AttractionPointImpl("AP-"+i, posVec);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment