summaryrefslogtreecommitdiff
path: root/src/cython/include/Euclidean_witness_complex_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/include/Euclidean_witness_complex_interface.h')
-rw-r--r--src/cython/include/Euclidean_witness_complex_interface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cython/include/Euclidean_witness_complex_interface.h b/src/cython/include/Euclidean_witness_complex_interface.h
index a2db6a2d..2a09b3b5 100644
--- a/src/cython/include/Euclidean_witness_complex_interface.h
+++ b/src/cython/include/Euclidean_witness_complex_interface.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H
-#define EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H
+#ifndef INCLUDE_EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H_
+#define INCLUDE_EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H_
#include <gudhi/Simplex_tree.h>
#include <gudhi/Euclidean_witness_complex.h>
@@ -50,7 +50,7 @@ class Euclidean_witness_complex_interface {
Euclidean_witness_complex_interface(const std::vector<std::vector<double>>& landmarks,
const std::vector<std::vector<double>>& witnesses) {
landmarks_.reserve(landmarks.size());
- for(auto& landmark : landmarks)
+ for (auto& landmark : landmarks)
landmarks_.emplace_back(landmark.begin(), landmark.end());
witness_complex_ = new Euclidean_witness_complex<Dynamic_kernel>(landmarks_, witnesses);
}
@@ -86,7 +86,7 @@ class Euclidean_witness_complex_interface {
} // namespace witness_complex
-} // namespace Gudhi
+} // namespace Gudhi
-#endif // EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H
+#endif // INCLUDE_EUCLIDEAN_WITNESS_COMPLEX_INTERFACE_H_