3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-30 13:19:04 +00:00

forgot synch

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-04 11:59:46 -08:00
parent bce9d1440b
commit 2eef4cc1e7

View file

@ -69,6 +69,8 @@ public:
} }
void reset() { void reset() {
#pragma omp critical (gparams)
{
m_params.reset(); m_params.reset();
dictionary<params_ref*>::iterator it = m_module_params.begin(); dictionary<params_ref*>::iterator it = m_module_params.begin();
dictionary<params_ref*>::iterator end = m_module_params.end(); dictionary<params_ref*>::iterator end = m_module_params.end();
@ -77,6 +79,7 @@ public:
} }
m_module_params.reset(); m_module_params.reset();
} }
}
// ----------------------------------------------- // -----------------------------------------------
// //