* Function : select_init **************************************************************************/
| 27 | * Function : select_init |
| 28 | **************************************************************************/ |
| 29 | void select_init(agent* thisAgent) |
| 30 | { |
| 31 | thisAgent->select->select_enabled = false; |
| 32 | thisAgent->select->select_operator.clear(); |
| 33 | } |
| 34 | |
| 35 | /*************************************************************************** |
| 36 | * Function : select_next_operator |
no test coverage detected