renaming tds

This commit is contained in:
Olivier Devillers 2011-05-09 14:28:14 +00:00
parent ea41eb3b27
commit 00da4e19fd
1 changed files with 2 additions and 2 deletions

View File

@ -165,12 +165,12 @@ there is an existing neighbor.}
\ccHeading{Input/Output}
\ccFunction{template<class TDS> istream& operator>>(istream & is,
Pure_complex_ds_full_cell<TDS> & s);}
Triangulation_ds_full_cell<TDS> & s);}
{Reads (possible) non-combinatorial information about a cell from the stream \ccc{is}
into \ccc{s}.}
\ccFunction{template<class TDS> ostream& operator<<(ostream & os, const
Pure_complex_ds_full_cell<TDS> & s);}
Triangulation_ds_full_cell<TDS> & s);}
{Writes (possible) non-combinatorial information about cell \ccc{v} to the stream
\ccc{os}.}