Bug fix in the doc (missing the precise dart which is return).

This commit is contained in:
Guillaume Damiand 2011-12-15 13:52:29 +00:00
parent e84416e368
commit a32aadb219
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@
typename CMap::Dart_handle insert_cell_1_in_cell_2(CMap& cm,
typename CMap::Dart_handle dh1,typename CMap::Dart_handle dh2);}
{Inserts a 1-cell in the 2-cell containing \ccc{dh1} and \ccc{dh2}.
Returns a handle on one dart belonging to the new 1-cell.
Returns \betazero{}(\ccc{dh1}), a handle on one dart belonging to the new 1-cell.
\ccPrecond{\ccc{is_insertable_cell_1_in_cell_2<Map>(cm,dh1,dh2)}.}\\
See example in Figure~\ref{fig-insert-edge}.\\
% \begin{ccAdvanced}