summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 04:45:58 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 04:45:58 +0000
commit3928fcbc37c2226e42e66e8fe7a90233e536ed7f (patch)
tree3d3244885cb027ddb9c4e6506ccffee9ddb1b675 /src/Witness_complex/include
parentab6c280bd1de67a533d5ed357c39d798c1cf30c3 (diff)
Two of Marc's remarks
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2020 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d8fa5a1307da3172198d1cafd7f3f5bd42c99acc
Diffstat (limited to 'src/Witness_complex/include')
-rw-r--r--src/Witness_complex/include/gudhi/Strong_witness_complex.h2
1 files changed, 1 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 87965b6e..5bcd1b6e 100644
--- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h
@@ -61,7 +61,7 @@ private:
typedef Landmark_id Vertex_handle;
private:
- Nearest_landmark_table_& nearest_landmark_table_;
+ Nearest_landmark_table_ nearest_landmark_table_;
public:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////