summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-15 15:39:51 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-15 15:39:51 +0000
commitdb4d235b9f7995351f3d4559a132dfe15f30b655 (patch)
tree95e8591f931cf93b11cf4e453bab8f75dbf5570f /src/Toplex_map/include
parent04da883af94d96ea54faf09a1fb87e3b8e0bf847 (diff)
better unit test
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3444 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0dd6c254d59c71e4bafe7413e87ce0d27c87a4ab
Diffstat (limited to 'src/Toplex_map/include')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_Toplex_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h b/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
index 50785b5a..396961fe 100644
--- a/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Lazy_Toplex_map.h
@@ -64,8 +64,8 @@ private:
std::size_t size_lbound = 0;
std::size_t size = 0;
- const double alpha = 2; //time
- const double betta = 4; //memory
+ const double alpha = 4; //time
+ const double betta = 8; //memory
};
template <typename Input_vertex_range>