Symbol '****' at (1) has no IMPLICIT type, Scotogenic
Posted: 18. Feb 2018, 11:28
hello,
Thank you Mr. Florian for your help. I am trying to run make Model=Scotogenic in SPheno an I am getting this errors can you please tell me what should I do??
Thank you Mr. Florian for your help. I am trying to run make Model=Scotogenic in SPheno an I am getting this errors can you please tell me what should I do??
Code: Select all
gfortran -c -g -ffree-line-length-none -J../include -I../include OneLoopDecays_Scotogenic.f90
OneLoopDecays_Scotogenic.f90:3864.27:
VEVSM1=vSM/Sqrt(1 + TanBeta**2)
1
Error: Symbol 'tanbeta' at (1) has no IMPLICIT type
OneLoopDecays_Scotogenic.f90:3864.6:
VEVSM1=vSM/Sqrt(1 + TanBeta**2)
1
Error: Symbol 'vevsm1' at (1) has no IMPLICIT type
OneLoopDecays_Scotogenic.f90:3865.6:
VEVSM2=TanBeta*VEVSM1
1
Error: Symbol 'vevsm2' at (1) has no IMPLICIT type
make[2]: *** [../lib/libSPhenoScotogenic.a(OneLoopDecays_Scotogenic.o)] Error 1
make[2]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno-3.3.0/Scotogenic'
make[1]: *** [bin/SPhenoScotogenic] Error 2
make[1]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno-3.3.0/Scotogenic'
make: *** [bin/SPheno] Error 2