Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Conograph/trunk/src/indexing_func_dim2.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by rtomiyasu, Fri Feb 22 04:51:31 2013 UTC revision 33 by rtomiyasu, Wed Sep 7 04:38:51 2016 UTC
# Line 577  if(IS_CANSELED()) continue; Line 577  if(IS_CANSELED()) continue;
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                          }                          }
# Line 587  if(IS_CANSELED()) continue; Line 591  if(IS_CANSELED()) continue;
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.3  
changed lines
  Added in v.33

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26