Swig interface uses an obsolete petsc4py function

Issue #11 resolved
Christophe Hennekinne created an issue

The swig interface file src/include/slepc4py/slepc4py.i uses the petsc4py function petsc4py_objt whose definition has changed last year.

The declaration of this function is now:

#!
%define %petsc4py_objt(Pkg, PyType, Type, CODE)

so the last argument should be removed in the slepc4py swig interface as well.

Comments (2)

  1. Lisandro Dalcin

    Oh, sorry. I actually forgot to push to the maint branch, only master. I cannot do it right now but in about 8 hours.

  2. Log in to comment