You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxCells seems to calculate the max number of cells that can disperse seeds (a guess because there's no documentation). It's given a value but never used. The program still runs gridded and un-gridded mode if taken out. MAXDP is initialized also, but is only used to calculate maxCells, so it doesn't seem needed either.
It seems that the Seed_Dispersal branch has already updated this problem. The whole of the void initDispersalParameters(void) function has been deleted, taking maxCells and MAXDP with it. This was done in 84d0a4b
Look into maxCells and whether it is needed. It is being defined but never used.
The text was updated successfully, but these errors were encountered: