mirror of https://github.com/CGAL/cgal
Fix [[deprecated]] placement in combinatorial maps
This commit is contained in:
parent
9a485ec975
commit
461156c566
|
|
@ -62,8 +62,8 @@ namespace CGAL {
|
||||||
* @return a new dart.
|
* @return a new dart.
|
||||||
*/
|
*/
|
||||||
template < class Map >
|
template < class Map >
|
||||||
typename Map::Dart_handle
|
CGAL_DEPRECATED typename Map::Dart_handle
|
||||||
CGAL_DEPRECATED make_combinatorial_tetrahedron(Map& amap,
|
make_combinatorial_tetrahedron(Map& amap,
|
||||||
typename Map::Dart_handle d1,
|
typename Map::Dart_handle d1,
|
||||||
typename Map::Dart_handle d2,
|
typename Map::Dart_handle d2,
|
||||||
typename Map::Dart_handle d3,
|
typename Map::Dart_handle d3,
|
||||||
|
|
@ -99,8 +99,8 @@ namespace CGAL {
|
||||||
* @return a dart of the new cuboidal_cell.
|
* @return a dart of the new cuboidal_cell.
|
||||||
*/
|
*/
|
||||||
template < class Map >
|
template < class Map >
|
||||||
typename Map::Dart_handle
|
CGAL_DEPRECATED typename Map::Dart_handle
|
||||||
CGAL_DEPRECATED make_combinatorial_hexahedron(Map& amap,
|
make_combinatorial_hexahedron(Map& amap,
|
||||||
typename Map::Dart_handle d1,
|
typename Map::Dart_handle d1,
|
||||||
typename Map::Dart_handle d2,
|
typename Map::Dart_handle d2,
|
||||||
typename Map::Dart_handle d3,
|
typename Map::Dart_handle d3,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue