From 7829ca97acdf16eb4a7a3630ef1b6fae3682fdf9 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 5 Oct 2015 09:12:29 +0000 Subject: cpplint fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@823 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fac8cffb3f24a993f4bd6f4429b36c5770bb5560 --- src/common/include/gudhi/distance_functions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/include') diff --git a/src/common/include/gudhi/distance_functions.h b/src/common/include/gudhi/distance_functions.h index de05be0c..e5c79ded 100644 --- a/src/common/include/gudhi/distance_functions.h +++ b/src/common/include/gudhi/distance_functions.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef DISTANCE_FUNCTION_H_ -#define DISTANCE_FUNCTION_H_ +#ifndef DISTANCE_FUNCTIONS_H_ +#define DISTANCE_FUNCTIONS_H_ /* Compute the Euclidean distance between two Points given * by a range of coordinates. The points are assumed to have @@ -38,4 +38,4 @@ double euclidean_distance(Point &p1, Point &p2) { return sqrt(dist); } -#endif // DISTANCE_FUNCTION_H_ +#endif // DISTANCE_FUNCTIONS_H_ -- cgit v1.2.3