mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -45,7 +45,7 @@ namespace smt {
|
|||
|
||||
template<typename Ext>
|
||||
inline app * theory_dense_diff_logic<Ext>::mk_zero_for(expr * n) {
|
||||
return m_autil.mk_numeral(rational(0), m.get_sort(n));
|
||||
return m_autil.mk_numeral(rational(0), n->get_sort());
|
||||
}
|
||||
|
||||
template<typename Ext>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue