robertsj / libdetran

deterministic transport utilities
MIT License
2 stars 2 forks source link

Python SP to object vs. object #1

Closed robertsj closed 1 year ago

robertsj commented 12 years ago

I'm using smart pointers for everything, and so most class interfaces use SP's to pass objects. On the Python side, I can create SP's, but then I lose any Python code I've added to the interface (e.g for mesh plotting).

Find a way around this that doesn't include creating two instances (one SP and one not) of an object.

robertsj commented 1 year ago

Fixed with #36