* Function : predict_set **************************************************************************/
| 152 | * Function : predict_set |
| 153 | **************************************************************************/ |
| 154 | void predict_set(agent* thisAgent, const char* prediction) |
| 155 | { |
| 156 | (*thisAgent->prediction) = prediction; |
| 157 | } |
| 158 | |
| 159 | /*************************************************************************** |
| 160 | * Function : predict_get |
no outgoing calls
no test coverage detected