summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Strong_witness_complex.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 10:29:32 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 10:29:32 +0000
commit3ec8a40aaf7e34116e0d4f422994d5aee109c2b3 (patch)
tree1031c4a624ab8e216ad1361168f12d1f4e580293 /src/Witness_complex/include/gudhi/Strong_witness_complex.h
parent0629c55fc91ab128cca77c977106d8dbb0148e10 (diff)
The new class design compiles.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2023 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8243073046081f51ae6725aa3d7dc921dea450e1
Diffstat (limited to 'src/Witness_complex/include/gudhi/Strong_witness_complex.h')
-rw-r--r--src/Witness_complex/include/gudhi/Strong_witness_complex.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Witness_complex/include/gudhi/Strong_witness_complex.h b/src/Witness_complex/include/gudhi/Strong_witness_complex.h
index b2bf1b7d..f9d1d681 100644
--- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h
@@ -58,7 +58,7 @@ private:
typedef Landmark_id Vertex_handle;
- private:
+ protected:
Nearest_landmark_table_ nearest_landmark_table_;
public:
@@ -68,6 +68,11 @@ private:
//@{
+ Strong_witness_complex()
+ {
+ }
+
+
/**
* \brief Initializes member variables before constructing simplicial complex.
* \details Records nearest landmark table.