Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #396 from vigsterkr/master
There was a little typo in the ChiSquareDistance header
  • Loading branch information
Soeren Sonnenburg committed Mar 27, 2012
2 parents e6d427d + 306bc99 commit 1f71363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/distance/ChiSquareDistance.h
Expand Up @@ -8,8 +8,8 @@
* Copyright (C) 2008-2009 Fraunhofer Institute FIRST
*/

#ifndef _CHISQUAREDISTANCE_H___
#define __CHISQUAREDISTANCE___
#ifndef __CHISQUAREDISTANCE_H__
#define __CHISQUAREDISTANCE_H__

#include <shogun/lib/common.h>
#include <shogun/distance/SimpleDistance.h>
Expand Down

0 comments on commit 1f71363

Please sign in to comment.