missing index definition in ScatteringEigenvalues subroutine
Posted: 22. Sep 2017, 22:10
Hi Florian,
The generation indices inside of the ScatteringEigenvalues subroutine are undefined. Maybe some for loops are missing? Here's an example error message
cheers,
Wojciech
The generation indices inside of the ScatteringEigenvalues subroutine are undefined. Maybe some for loops are missing? Here's an example error message
Code: Select all
SPhenoMRSSM.f90:4662:45:
scatter_matrix(155,685) = (-(g1**2*Delta(gen1,gen2)*Delta(gen3,gen4)) - g2**2*Delta(gen1,gen2)*Delta(gen3,gen4))/4._dp
1
Error: Symbol ‘gen1’ at (1) has no IMPLICIT type
Wojciech