summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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_