dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04641
PyDOLFIN %includes
I have modified the way PyDOLFIN includes the interface files in
dolfin.i. There is now a line
%include "dolfin_headers.h"
The file dolfin_headers.h is generated using the script generate.py
which extracts all the dolfin headers from all the dolfin_foo.h files
under src/kernel. This should mean that we don't need to give the
-includeall flag to SWIG.
Johan, could you take a look at this and see if it looks like a good
idea?
/Anders
Follow ups