Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#17263: use acb_realref instead of member (necessary due to #19152)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Nov 29, 2015
1 parent 7fd45b2 commit 3a5f3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/fsm_fourier.pyx
Expand Up @@ -1248,9 +1248,9 @@ cdef class FSMFourierCache(SageObject):
values[i - start] = sum/i - e_T * log(i, base=q)
arb_to_mpfi(
current.value,
&acb_mat_entry(self.bb[i],
acb_realref(acb_mat_entry(self.bb[i],
initial,
0).real,
0)),
precision)
sum += current.center()

Expand Down

0 comments on commit 3a5f3f9

Please sign in to comment.