amuse
amuse copied to clipboard
ParticlesSuperset savepoint
Is your feature request related to a problem? Please describe. this is indeed related to #392 (thank you github). in short ParticleSupersets do not have savepoint. I am not sure it makes sense to have that for supersets, but for consistency it would be nice to have it (and otherwise a nice error message)
there are at least two ways two implement this:
- superset.savepoint generates savepoints on subsets, and then savepoints itself
- superset copies subsets, referes to these and then savepoints itself (ie the original subsets are untouched)
I think I'd have a preference for the second method, leaving the original subsets untouched.