mirror of https://github.com/CGAL/cgal
typos
This commit is contained in:
parent
582b81a99e
commit
0bfba03d76
|
|
@ -183,7 +183,7 @@ protected:
|
||||||
/* \brief Vector of persistent pairs computed */
|
/* \brief Vector of persistent pairs computed */
|
||||||
std::vector<Persistence_interval> _persist ;
|
std::vector<Persistence_interval> _persist ;
|
||||||
|
|
||||||
/* \brief Boolean determining wether or not export homology/cohomology generators associated to persistent pairs
|
/* \brief Boolean determining whether or not export homology/cohomology generators associated to persistent pairs
|
||||||
* - If `_with_export` is `true`, PSC labels and homology/cohomology generators are stored for each persistent pair of duration (that is, such as the difference between degrees of birth/death) strictly positive.
|
* - If `_with_export` is `true`, PSC labels and homology/cohomology generators are stored for each persistent pair of duration (that is, such as the difference between degrees of birth/death) strictly positive.
|
||||||
* - If `_with_export` is `false`, only persistent intervals are stored.
|
* - If `_with_export` is `false`, only persistent intervals are stored.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -258,9 +258,9 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// The variable `dim` is used to encode both the dimension of the object loaded and wether it encodes a complex (with cells of various dimensions) or a mesh (a collection of triangles)
|
// The variable `dim` is used to encode both the dimension of the object loaded and whether it encodes a complex (with cells of various dimensions) or a mesh (a collection of triangles)
|
||||||
// - if dim > 0 : Mesh_object_io encodes a mesh and all cells have dimension d
|
// - if `dim` > 0 : `Mesh_object_io` encodes a mesh and all cells have dimension `d`
|
||||||
// - if dim < 0 : Mesh_object_io encodes a complex (possibly incomplete) of dimension d
|
// - if `dim` < 0 : `Mesh_object_io` encodes a complex (possibly incomplete) of dimension `d`
|
||||||
int dim = 0 ;
|
int dim = 0 ;
|
||||||
size_t nvertices, ncells, nedges ;
|
size_t nvertices, ncells, nedges ;
|
||||||
std::vector<Point> nodes ; // Coordinates of vertices (optional)
|
std::vector<Point> nodes ; // Coordinates of vertices (optional)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue