summaryrefslogtreecommitdiff
path: root/src/cython/include/Subsampling_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/include/Subsampling_interface.h')
-rw-r--r--src/cython/include/Subsampling_interface.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cython/include/Subsampling_interface.h b/src/cython/include/Subsampling_interface.h
index 5fc16767..1c6032c0 100644
--- a/src/cython/include/Subsampling_interface.h
+++ b/src/cython/include/Subsampling_interface.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SUBSAMPLING_INTERFACE_H
-#define SUBSAMPLING_INTERFACE_H
+#ifndef INCLUDE_SUBSAMPLING_INTERFACE_H_
+#define INCLUDE_SUBSAMPLING_INTERFACE_H_
#include <gudhi/choose_n_farthest_points.h>
#include <gudhi/pick_n_random_points.h>
@@ -112,10 +112,8 @@ std::vector<std::vector<double>> subsampling_sparsify_points_from_file(const std
return subsampling_sparsify_points(points, min_squared_dist);
}
-
} // namespace subsampling
} // namespace Gudhi
-#endif // SUBSAMPLING_INTERFACE_H
-
+#endif // INCLUDE_SUBSAMPLING_INTERFACE_H_