mirror of https://github.com/CGAL/cgal
Solve conflict with myself.
Conflicts: Combinatorial_map/include/CGAL/Combinatorial_map_operations.h
This commit is contained in:
commit
e7049ef7e6
|
|
@ -517,10 +517,12 @@ namespace CGAL {
|
|||
std::deque<std::deque<typename Map::Dart_handle> >
|
||||
*store )
|
||||
{
|
||||
if ( i==j ) return;
|
||||
|
||||
const int mark_for_jcells = mark_for_incident_cells
|
||||
[Map::Helper::template Dimension_index<j>::value];
|
||||
amap->negate_mark( mark_for_jcells );
|
||||
|
||||
if ( i==j ) return;
|
||||
|
||||
std::deque<std::deque<typename Map::Dart_handle> >& jcells =
|
||||
store[Map::Helper::template Dimension_index<j>::value];
|
||||
|
||||
|
|
@ -533,8 +535,6 @@ namespace CGAL {
|
|||
typename Map::Helper::template Attribute_handle<j>::type
|
||||
a2=NULL;
|
||||
|
||||
amap->negate_mark( mark_for_jcells );
|
||||
|
||||
for ( typename std::deque<std::deque<typename Map::Dart_handle> >::
|
||||
iterator it=jcells.begin(); it!=jcells.end(); ++it )
|
||||
{
|
||||
|
|
@ -558,7 +558,7 @@ namespace CGAL {
|
|||
else
|
||||
{
|
||||
a1=(*itj)->template attribute<j>();
|
||||
a1->set_dart(*itj);
|
||||
// TODO a1->set_dart(*itj);
|
||||
}
|
||||
|
||||
for ( CMap_dart_iterator_basic_of_cell<Map,j>
|
||||
|
|
|
|||
Loading…
Reference in New Issue