Skip to content

Review propagator interface (ACTS-421)

Andreas Salzburger requested to merge ACTS-421_ReviewPropagator_Interface into master

This simplifies the Propagator interface, removing the expert mode as discussed with @hgraslan.

It also renames the ObserverList to ActionList as it changes the meaning:

  • actions can actually change the cache now (which allows material effect updaters being just defined as actors)

It fixes ACTS-421

Merge request reports