Skip to content

Commit

Permalink
Made JLCoverTree parameters static
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 22, 2012
1 parent f4b3852 commit 3d873b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/lib/JLCoverTree.h
Expand Up @@ -79,10 +79,10 @@ struct ds_node {

};

float base = 1.3;
static float base = 1.3;


float il2 = 1. / log(base);
static float il2 = 1. / log(base);

inline float dist_of_scale (int s)
{
Expand Down

0 comments on commit 3d873b4

Please sign in to comment.