Undefined mhh2
Posted: 5. Mar 2017, 13:53
Hi Florian,
I have encountered an issue during compilation due to an undefined mhh2 symbol in Boundaries_MODEL.f90. It created from line 1657 from SPhenoBoundaries.m:
I, unfortunately, find no other reference to mhh2 in the Mathematica code. What is this hard coded variable meant to be?
Regards,
Josh
I have encountered an issue during compilation due to an undefined mhh2 symbol in Boundaries_MODEL.f90. It created from line 1657 from SPhenoBoundaries.m:
Code: Select all
WriteString[sphenoSugra,"mudim=GetRenormalizationScale()\n"];
WriteString[sphenoSugra,"mudim=Max(mudim,mZ2)\n"];
WriteString[sphenoSugra,"tz=0.5_dp*Log(mZ2/mudim)\n"];
WriteString[sphenoSugra,"dt=tz/100._dp \n"];
WriteString[sphenoSugra,"g_SM(1)=g_SM(1)*sqrt(5._dp/3._dp) \n"];
WriteString[sphenoSugra,"g_SM(4)=mhh2(1)/g_SM(62)**2 \n"]; (* <--- This line *)
WriteString[sphenoSugra,"Call odeint(g_SM,62,0._dp,tz,delta0,dt,0._dp,rge62_SM,kont) \n"];
WriteString[sphenoSugra,"g_SM(1)=g_SM(1)/sqrt(5._dp/3._dp) \n"];
WriteString[sphenoSugra,"Lambda_MZ=g_SM(4) \n"];
Regards,
Josh