Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #787 - Replace MinDistance(TreeType*) with MinDistance(TreeType&) #788

Merged
merged 12 commits into from
Sep 26, 2016
2 changes: 1 addition & 1 deletion src/mlpack/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
* - Keon Kim <kwk236@gmail.com>
* - Nilay Jain <nilayjain13@gmail.com>
* - Peter Lehner <peter.lehner@dlr.de>
* - Anuraj Kanodia <akanuraj200@gmail.com>
* - Anuraj Kanodia <akanuraj200@gmail.com>
*/

// First, include all of the prerequisites.
Expand Down