summaryrefslogtreecommitdiff
path: root/src/cython/include/Persistence_landscape_interface.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-24 14:56:32 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-24 14:56:32 +0000
commit214610a9ac8eff11d6a075a3f54e1d040679b57d (patch)
tree9ef426293b36b080ccc56f20314585dc04b7679f /src/cython/include/Persistence_landscape_interface.h
parentc9ec97f86cad1cee8e2be8d5d8eb16394d4f0559 (diff)
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
Diffstat (limited to 'src/cython/include/Persistence_landscape_interface.h')
-rw-r--r--src/cython/include/Persistence_landscape_interface.h3
1 files changed, 2 insertions, 1 deletions
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<unsigned>::max() , size_t number_of_levels = std::numeric_limits<size_t>::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