mirror of https://github.com/CGAL/cgal
Fix a bug when checking parenthesis pairing for the opposite direction
of the first dart
This commit is contained in:
parent
47702769b9
commit
e2a59611ce
|
|
@ -775,10 +775,6 @@ public:
|
|||
{
|
||||
parenthesis_pairing.pop();
|
||||
}
|
||||
else if(next == pr.length() - 1 && prev == 0)
|
||||
{
|
||||
parenthesis_pairing.pop();
|
||||
}
|
||||
else
|
||||
{
|
||||
parenthesis_pairing.push(it->m_idx);
|
||||
|
|
|
|||
Loading…
Reference in New Issue