Skip to content

Commit

Permalink
code review: specify sqrt in SimplicialComplexForAlpha concept
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Feb 14, 2025
1 parent 404cb39 commit 021561a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Alpha_complex/concept/SimplicialComplexForAlpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ struct SimplicialComplexForAlpha {
typedef unspecified Simplex_handle;
/** Handle to specify a vertex. Must be a non-negative integer. */
typedef unspecified Vertex_handle;
/** Simplex filtration value type. Must be capable to represent the special value "Not-A-Number"*/
/** Simplex filtration value type. Must be capable to represent the special value "Not-A-Number".
* If a specific filtration value type is provided, and `output_squared_values` is set to `false`, you may have to
* provide an `sqrt` methods that fits your needs.*/
typedef unspecified Filtration_value;

/** Returns the number of vertices in the simplicial complex. */
Expand Down

0 comments on commit 021561a

Please sign in to comment.