Skip to content

Commit

Permalink
A little typo fix of define in ChiSquareDistance
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 27, 2012
1 parent e6d427d commit 306bc99
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 306bc99

Please sign in to comment.