summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-21 15:04:27 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-21 15:04:27 +0200
commit3fa972970514333d4db22ec7628c5c1a4de3c6e8 (patch)
tree7da9b2c99f746bcc9a540b073c97e38175db41af /src/Cech_complex/include/gudhi/Cech_complex_blocker.h
parent868369dd61fb6ef475ffa3af724907927121b6bb (diff)
-Add/modify some comments
-Some other minor changes -Change license to LGPL
Diffstat (limited to 'src/Cech_complex/include/gudhi/Cech_complex_blocker.h')
-rw-r--r--src/Cech_complex/include/gudhi/Cech_complex_blocker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
index 087390b6..9cd49a52 100644
--- a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
+++ b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
@@ -133,7 +133,7 @@ class Cech_blocker {
radius = std::sqrt(cast_to_fv(sph.second));
sc_ptr_->assign_key(sh, cc_ptr_->get_cache().size());
- cc_ptr_->get_cache().push_back(sph);
+ cc_ptr_->get_cache().push_back(std::move(sph));
}
#ifdef DEBUG_TRACES