mirror of https://github.com/CGAL/cgal
Add beta_inv macro
This commit is contained in:
parent
20a6e9ebc9
commit
efae67d339
|
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
|
#define CGAL_BETAINV(i) (i>1?i:(i==1?0:1))
|
||||||
|
|
||||||
namespace CGAL
|
namespace CGAL
|
||||||
{
|
{
|
||||||
/** @file Combinatorial_map_operations.h
|
/** @file Combinatorial_map_operations.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue