summaryrefslogtreecommitdiff
path: root/src/Rips_complex
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-01 20:35:01 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-02-01 20:35:01 +0000
commit5784ad59e5a23ba06dae59e14e7281dd6164aa30 (patch)
treecd41cee97cca35999399bfe29961ed4c172e9ad5 /src/Rips_complex
parent7100f2e782d21bfbbb3947ba66fe235b424e2902 (diff)
Avoid line breaks between \cite and key.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/sparserips-glisse@3204 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 292a7f7d5cbbe6c4c79fa2a16416fa6e3983b9fd
Diffstat (limited to 'src/Rips_complex')
-rw-r--r--src/Rips_complex/doc/Intro_rips_complex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Rips_complex/doc/Intro_rips_complex.h b/src/Rips_complex/doc/Intro_rips_complex.h
index d09c92a4..382ceef2 100644
--- a/src/Rips_complex/doc/Intro_rips_complex.h
+++ b/src/Rips_complex/doc/Intro_rips_complex.h
@@ -84,12 +84,12 @@ namespace rips_complex {
* \f$(1+O(\epsilon))-\f$interleaved with it (in particular, their persistence
* diagrams are at log-bottleneck distance at most &epsilon;).
*
- * The sparse Rips filtration was introduced by Don Sheehy \cite
- * sheehy13linear. We are using the version from \cite buchet16efficient
+ * The sparse Rips filtration was introduced by Don Sheehy
+ * \cite sheehy13linear. We are using the version from \cite buchet16efficient
* (except that we multiply all filtration values by 2, to match the usual
* Rips complex).
- * A more intuitive presentation of the idea is available in \cite
- * cavanna15geometric, and in a video \cite cavanna15visualizing.
+ * A more intuitive presentation of the idea is available in
+ * \cite cavanna15geometric, and in a video \cite cavanna15visualizing.
*
* The interface of `Sparse_rips_complex` is similar to the one for the usual
* `Rips_complex`, except that one has to specify the approximation factor, and