summaryrefslogtreecommitdiff
path: root/src/cython/include/Bottleneck_distance_interface.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-28 10:32:51 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-28 10:32:51 +0000
commit4540f8841fa9b8846012dc3cc7e8a20007d1a97f (patch)
tree4cdd6f0861eca43e1583948c471a0b9679759c36 /src/cython/include/Bottleneck_distance_interface.h
parentf0e209149a6bf1d3b13572f3704986a429130a48 (diff)
parent6ed42daddfede2288bc02ab2e98fc12b47cac74e (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2263 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9b430e79ecc94bee975d748eb3e2106c7dbab3ce
Diffstat (limited to 'src/cython/include/Bottleneck_distance_interface.h')
-rw-r--r--src/cython/include/Bottleneck_distance_interface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cython/include/Bottleneck_distance_interface.h b/src/cython/include/Bottleneck_distance_interface.h
index 6819734b..d5fbf6ea 100644
--- a/src/cython/include/Bottleneck_distance_interface.h
+++ b/src/cython/include/Bottleneck_distance_interface.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef BOTTLENECK_DISTANCE_INTERFACE_H
-#define BOTTLENECK_DISTANCE_INTERFACE_H
+#ifndef INCLUDE_BOTTLENECK_DISTANCE_INTERFACE_H_
+#define INCLUDE_BOTTLENECK_DISTANCE_INTERFACE_H_
#include <gudhi/Bottleneck.h>
@@ -45,9 +45,9 @@ namespace persistence_diagram {
return bottleneck_distance(diag1, diag2);
}
-} // namespace alpha_complex
+} // namespace persistence_diagram
} // namespace Gudhi
-#endif // BOTTLENECK_DISTANCE_INTERFACE_H
+#endif // INCLUDE_BOTTLENECK_DISTANCE_INTERFACE_H_