Fix a small error in doc.

This commit is contained in:
Laurent Rineau 2003-10-30 11:06:04 +00:00
parent df80858f0b
commit 76f480384a
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ The concept \ccRefName\ defines the requirements for the \ccc{Face} type in the
\ccOperations
\ccTagFullDeclarations
\ccMethod{Edge_handle sup(); const}
\ccMethod{Vertex_handle sup(); const}
{returns the sink of face \ccVar.}
\ccGlue
\ccMethod{Edge_handle inf(); const}
\ccMethod{Vertex_handle inf(); const}
{returns the source of face \ccVar.}
\ccGlue
\ccMethod{void set_sup(Vertex_handle v);}