Skip to content

Commit

Permalink
Fix several issues and organize the code
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxiliu committed Dec 1, 2021
1 parent 7e7a685 commit 9a05bea
Show file tree
Hide file tree
Showing 10 changed files with 2,722 additions and 2,642 deletions.
3 changes: 3 additions & 0 deletions core/base/common/DataTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ namespace ttk {
// default name for compact triangulation index
const char compactTriangulationIndex[] = "ttkCompactTriangulationIndex";

// different id types for compact triangulation
const int EDGE_ID = 1, TRIANGLE_ID = 2;

/// default value for critical index
enum class CriticalType {
Local_minimum = 0,
Expand Down
Loading

0 comments on commit 9a05bea

Please sign in to comment.