Browse Subversion Repository
Diff of /Conograph/trunk/src/indexing_func_dim2.cc
Parent Directory
| Revision Log
| Patch
| 577 |
if( k > root_leftbr_tray[k][index] ) break; |
if( k > root_leftbr_tray[k][index] ) break; |
| 578 |
} |
} |
| 579 |
if( index<lsize ) continue; |
if( index<lsize ) continue; |
| 580 |
for(index=0; index<rsize; index++) |
for(index=0; index<rsize; |
| 581 |
|
|
| 582 |
|
|
| 583 |
|
|
| 584 |
|
index++) |
| 585 |
{ |
{ |
| 586 |
if( k > root_rightbr_tray[k][index] ) break; |
if( k > root_rightbr_tray[k][index] ) break; |
| 587 |
} |
} |
| 591 |
if( bud_basket[k].iK3() == bud_basket[k].iK4() ) |
if( bud_basket[k].iK3() == bud_basket[k].iK4() ) |
| 592 |
{ |
{ |
| 593 |
chibi_tree.setRootEqualUpper(); |
chibi_tree.setRootEqualUpper(); |
|
continue; |
|
| 594 |
} |
} |
| 595 |
|
else if( it->IsSuperBasisObtuse() ) |
|
if( it->IsSuperBasisObtuse() ) |
|
| 596 |
{ |
{ |
| 597 |
tree_left.setRoot( it->iK2(), it->iK3() ); |
tree_left.setRoot( it->iK2(), it->iK3() ); |
| 598 |
for(vector<Int4>::const_iterator it2=root_leftbr_tray[k].begin(); it2<root_leftbr_tray[k].end(); it2++) |
for(vector<Int4>::const_iterator it2=root_leftbr_tray[k].begin(); it2<root_leftbr_tray[k].end(); it2++) |
|
|
Legend:
| Removed from v.32 |
|
| changed lines |
| |
Added in v.33 |
|
|
|