multiple definitions of variables in SPheno
Posted: 18. Mar 2017, 14:39
Hi Florian,
I'm trying to compile MRSSM module with SPheno 4.0.2 and SARAH 4.10.2 but the compilation fails due to multiple declarations of arrays in Model_Data_MRSSM.f90. There's an entire block of declarations of the form
and some of the lines are doubled.
cheers,
Wojciech
I'm trying to compile MRSSM module with SPheno 4.0.2 and SARAH 4.10.2 but the compilation fails due to multiple declarations of arrays in Model_Data_MRSSM.f90. There's an entire block of declarations of the form
Code: Select all
Real(dp) :: rHB_P_P_Fd(4,3),rHB_P_S_Fd(4,3),rHB_S_S_Fd(4,3),rHB_S_P_Fd(4,3)cheers,
Wojciech