Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #7701 Appearance of "Set of Faces" in documentation. #7703

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Triangulation/doc/Triangulation/Triangulation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Two full cells \f$ \sigma\f$ and \f$ \sigma'\f$ sharing a facet are called
<I>neighbors</I>. A full cell has always exactly \f$ d+1\f$ neighbors.

Possible values of \f$d\f$ (the <I>current dimension</I> of the triangulation) include
<BLOCKQUOTE>
\par
lrineau marked this conversation as resolved.
Show resolved Hide resolved
<DL>
<DT><B>\f$d=-2\f$</B><DD> This corresponds to an empty
triangulation data structure.
Expand All @@ -145,7 +145,6 @@ triangulation of the \f$ 0\f$-sphere.
<DT><B>\f$ 0< d \le D\f$</B><DD> This corresponds to a triangulation of
the sphere \f$ \mathbb{S}^d\f$.
</DL>
</BLOCKQUOTE>

## The `Triangulation_data_structure` Class ##

Expand Down