| 3343 | } |
| 3344 | |
| 3345 | void smem_reinit(agent* thisAgent) |
| 3346 | { |
| 3347 | if (thisAgent->smem_db->get_status() == soar_module::connected) |
| 3348 | { |
| 3349 | if (thisAgent->smem_params->append_db->get_value() == off) |
| 3350 | { |
| 3351 | smem_close(thisAgent); |
| 3352 | smem_init_db(thisAgent); |
| 3353 | } |
| 3354 | } |
| 3355 | } |
| 3356 | |
| 3357 | ////////////////////////////////////////////////////////// |
| 3358 | ////////////////////////////////////////////////////////// |
no test coverage detected