Changeset 1318 for applications
- Timestamp:
- 03/28/11 12:45:16 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/robust/robustlib.h
r1310 r1318 1259 1259 1260 1260 current_positive->set_state(0,SPLIT); 1261 for_splitting[k].push_back(current_positive); 1261 1262 } 1262 1263 … … 1329 1330 if(current_negative->get_state(SPLIT)==0&&!current_negative->totally_neutral) 1330 1331 { 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); 1337 1333 } 1338 1334 … … 1436 1432 } 1437 1433 1438 step_me(0);1434 1439 1435 1440 1436 if(should_add) … … 1599 1595 */ 1600 1596 1601 cout << endl;1597 // cout << endl; 1602 1598 1603 1599 /* … … 1607 1603 } 1608 1604 */ 1605 1606 // step_me(0); 1609 1607 1610 1608 }