mirror of https://github.com/CGAL/cgal
remove useless const
This commit is contained in:
parent
cc051878fb
commit
d7843a23ea
|
|
@ -151,7 +151,7 @@ public:
|
|||
// Destructor
|
||||
~Cell_uniform_size_criterion() {}
|
||||
|
||||
const bool is_lower_bound() const
|
||||
bool is_lower_bound() const
|
||||
{
|
||||
return is_lower_bound_;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@ public:
|
|||
, is_lower_bound_(is_lower_bound)
|
||||
{}
|
||||
|
||||
const bool is_lower_bound() const
|
||||
bool is_lower_bound() const
|
||||
{
|
||||
return is_lower_bound_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue