Will it cause any problems in the PyDOLFIN interface if I remove

   FunctionSpace* extract_sub_space(....)  const;

and replace it with

   std::tr1::shared_ptr<FunctionSpace> extract_sub_space(....) const;

?

Garth
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to