mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix java API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a406b8e93a
commit
370abf602c
|
@ -95,7 +95,7 @@ public class Model extends Z3Object {
|
|||
long fd = Native.getAsArrayFuncDecl(getContext().nCtx(), n);
|
||||
return getFuncInterp(new FuncDecl(getContext(), fd));
|
||||
}
|
||||
return FuncInterp(getContext(), n);
|
||||
return new FuncInterp(getContext(), n);
|
||||
}
|
||||
} else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue