3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-01 07:43:29 -07:00
parent 6807210c8b
commit 78b9f0686a
7 changed files with 6 additions and 101 deletions

View file

@ -429,7 +429,7 @@ public:
#pragma omp critical (gparams)
{
if (m_module_params.find(module_name, ps)) {
result = *ps;
result.copy(*ps);
}
}
return result;