Could we add a default constructor to Parameter, e.g., letting it default to int or similar? This will make it possible to wrap it with SWIG. The current state of SWIG will declare variables like this (depending on where Parameter lives in the argument list):
Parameter arg3; This fails due to the lack of default constructor for Parameter. I don't know how to get around this silly SWIG behaviour. Ola _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
