Changeset 1318 for applications/robust

Show
Ignore:
Timestamp:
03/28/11 12:45:16 (13 years ago)
Author:
sindj
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/robustlib.h

    r1310 r1318  
    12591259 
    12601260                                                        current_positive->set_state(0,SPLIT); 
     1261                                                        for_splitting[k].push_back(current_positive); 
    12611262                                                } 
    12621263                                                 
     
    13291330                                                if(current_negative->get_state(SPLIT)==0&&!current_negative->totally_neutral) 
    13301331                                                { 
    1331                                                         for_splitting[k].remove(current_negative); 
    1332                                                          
    1333                                                         if(current_positive->get_state(SPLIT)!=0||current_positive->totally_neutral) 
    1334                                                         { 
    1335                                                                 for_splitting[k].push_back(current_positive); 
    1336                                                         } 
     1332                                                        for_splitting[k].remove(current_negative);       
    13371333                                                } 
    13381334 
     
    14361432                } 
    14371433                 
    1438                 step_me(0); 
     1434                 
    14391435 
    14401436                if(should_add) 
     
    15991595                */ 
    16001596 
    1601                 cout << endl; 
     1597                // cout << endl; 
    16021598 
    16031599                /* 
     
    16071603                } 
    16081604                */ 
     1605 
     1606                // step_me(0); 
    16091607 
    16101608        }