mmikhasenko / ThreeBodyDecays.jl

Builder of the three-body decay model using cascade approach
https://mmikhasenko.github.io/ThreeBodyDecays.jl/
MIT License
2 stars 0 forks source link

`model[1]` does not work #9

Closed mmikhasenko closed 7 months ago

mmikhasenko commented 7 months ago

problem with the scalar index comes from zip(coupling, chain) that tries to iterate the chain and the method iterate is not defined.

There should be some way in julia to say that it is a scalar.