summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/distance_functions.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-05 09:12:29 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-05 09:12:29 +0000
commit7829ca97acdf16eb4a7a3630ef1b6fae3682fdf9 (patch)
treef52a91b262b7f01c52b4b0c7604214fc67cdb534 /src/common/include/gudhi/distance_functions.h
parente6962acc2045831e8b2f1b0b4f10717b4c89971c (diff)
cpplint fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@823 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fac8cffb3f24a993f4bd6f4429b36c5770bb5560
Diffstat (limited to 'src/common/include/gudhi/distance_functions.h')
-rw-r--r--src/common/include/gudhi/distance_functions.h6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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_