davidrmiller / biosim4

Biological evolution simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getSignalDensityAlongAxis uses the wrong radius parameter

jeremy-pereira opened this issue · comments

in getSensor.cpp, line 138 in getSignalDensityAlongAxis ()

visitNeighborhood(loc, p.populationSensorRadius, f);
the sensor radius is given as p.populationSensorRadius . It should be using p.signalSensorRadius

Thanks for spotting that, I'll fix it.

Fixed in main.