mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch'
This commit is contained in:
commit
b66ebf958b
|
|
@ -93,7 +93,7 @@ public:
|
|||
|
||||
template <class StreamLinesTraits_2>
|
||||
inline
|
||||
typename Regular_grid_2<StreamLinesTraits_2>::Geom_traits::Iso_rectangle_2
|
||||
typename StreamLinesTraits_2::Iso_rectangle_2
|
||||
Regular_grid_2<StreamLinesTraits_2>::bbox() const
|
||||
{
|
||||
return typename Geom_traits::Iso_rectangle_2(0.0, 0.0,
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ protected:
|
|||
|
||||
template <class StreamLinesTraits_2>
|
||||
inline
|
||||
typename Triangular_field_2<StreamLinesTraits_2>::Geom_traits::Iso_rectangle_2
|
||||
typename StreamLinesTraits_2::Iso_rectangle_2
|
||||
Triangular_field_2<StreamLinesTraits_2>::bbox() const
|
||||
{
|
||||
return typename Geom_traits::Iso_rectangle_2(minx, miny, maxx,
|
||||
|
|
|
|||
Loading…
Reference in New Issue