cgre-aachen / pynoddy

pynoddy is a python package to write, change, and analyse kinematic geological modelling simulations performed with Noddy.
GNU General Public License v2.0
71 stars 31 forks source link

Move to "new-style" classes #4

Closed flohorovicic closed 9 years ago

flohorovicic commented 9 years ago

Update class definitions to "new-style" classes to enable better inheritance (and, maybe in the future, proper descriptor and variable access methods?)

flohorovicic commented 9 years ago

Moved to 'new style' classes for all Noddy base classes (and therefore also all derived classes). Descriptors will probably be added in a future release.