Skip to content

Commit

Permalink
trac #4934 -- matrix1.pyx refernece related doctest crash on cicero
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Jan 5, 2009
1 parent fb76492 commit 57af87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_symbolic_dense.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cimport matrix_dense
cdef class Matrix_symbolic_dense(matrix_dense.Matrix_dense):
cdef object _maxima
cdef set_from_list(self, entries)
cdef object __variables
cdef public object __variables
cdef object __number_of_args

cdef public object _simp

0 comments on commit 57af87a

Please sign in to comment.