Several bugfixes.

This commit is contained in:
daniel
2015-10-26 00:05:53 +01:00
parent 3f320eb1b1
commit 16f004910f
2 changed files with 98 additions and 113 deletions

View File

@@ -19,7 +19,7 @@ public:
* @param const int x Coordinate X
* @param const int y Coordinate Y
*/
Euclidean(const int x, const int y) : _x(x), _y(y) {}
Euclidean(const int x, const int y) : _x(x), _y(y), _distance(0) {}
/**
* @param const int x Coordinate X