Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: non-zero return for plugin success in dd4hep-1.22
As of DD4hep-1.22, AIDASoft/DD4hep#936, any plugin returning a zero return value is assumed to have failed. This is somewhat counter-intuitive for plugins that simply return a long status code, but it is inteded to allow recursive calls and is in line with what other plugins already do, e.g. `return field` or `return sdet`.
- Loading branch information