From 214610a9ac8eff11d6a075a3f54e1d040679b57d Mon Sep 17 00:00:00 2001 From: pdlotko Date: Thu, 24 Aug 2017 14:56:32 +0000 Subject: Not compilig code with the problem of conversion betwen python and C++ objects I mentioned about. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_representation_integration@2625 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4caf296dc6191ea54d42e997f582539726283f4f --- src/cython/include/Persistence_landscape_interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cython/include') diff --git a/src/cython/include/Persistence_landscape_interface.h b/src/cython/include/Persistence_landscape_interface.h index 251d15ee..acf9aec4 100644 --- a/src/cython/include/Persistence_landscape_interface.h +++ b/src/cython/include/Persistence_landscape_interface.h @@ -39,7 +39,7 @@ class Persistence_landscape_interface : public Persistence_landscape Persistence_landscape_interface(const char* filename, size_t dimension = std::numeric_limits::max() , size_t number_of_levels = std::numeric_limits::max() ):Persistence_landscape(filename,dimension,number_of_levels){} - +/* void load_landscape_from_file_interface(const char* filename) { this->load_landscape_from_file(filename); @@ -160,6 +160,7 @@ class Persistence_landscape_interface : public Persistence_landscape { return this->get_y_range( level ); } + */ } // namespace Persistence_representations } // namespace Gudhi -- cgit v1.2.3