← Back to team overview

dolfin team mailing list archive

PyDOLFIN and shared_ptr

 

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


Follow ups