Skip to content

MultiTrajectory: apply/visitBackwards can break

Paul Gessinger-Befurt requested to merge mj-visit-break into master

If the visitor returns a bool, the loop is aborted if false is returned, ohterwise the loop continues. If the visitor does not return a bool, the loop continues unconditionally.

Merge request reports