summaryrefslogtreecommitdiff
path: root/matching/include/simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'matching/include/simplex.h')
-rw-r--r--matching/include/simplex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matching/include/simplex.h b/matching/include/simplex.h
index e0a654b..e9d0e30 100644
--- a/matching/include/simplex.h
+++ b/matching/include/simplex.h
@@ -12,7 +12,7 @@ namespace md {
class Bifiltration;
enum class BifiltrationFormat {
- rene, rivet
+ phat_like, rivet
};
class AbstractSimplex {
@@ -85,7 +85,7 @@ namespace md {
void init_rivet(std::string s);
- void init_rene(std::string s);
+ void init_phat_like(std::string s);
Index id() const { return id_; }