DougSteiert / ResearchApp

GNU General Public License v3.0
1 stars 1 forks source link

Kvalue of 1 may not be working as intended #6

Closed user404d closed 7 years ago

user404d commented 7 years ago

This commit fixed a major bug where the application would fail to work correctly with a kvalue of 1. The application would crash because cityCoords will have a size of zero after the randLocs generated by GenerateNearbyCities. This behavior is still present, but has a temporary fix. The issue can be found here.

DougSteiert commented 7 years ago

Fixed. This was different than what I had written in the paper, anyway.