Hi,
I am able to compile my model in SPheno and then use the output with micromegas successfully when I run MakeSPheno[IncludeLoopDecays->False] during the mathematica session.
However, when I run MakeSPheno[ ] instead, I get the following error on compiling in SPheno:
OneLoopDecays_VLFDM.f90:4228:14:
............
R,cplcFHDFHDVZL,cplcFHDFHDVZR,cplcFHEFHEVZL,cplcFHEFHEVZR,cplcFHFHUVZL, &
1
Error: Symbol ‘cplcfhfhuvzl’ at (1) has no IMPLICIT type
OneLoopDecays_VLFDM.f90:4470:14:
& cplcFHFHUVZR,cplFHVFHVVZL,cplFHVFHVVZR,cplcFuFuVZL,cplcFuFuVZR,cplcFvFvVZL, &
1
Error: Symbol ‘cplcfhfhuvzr’ at (1) has no IMPLICIT type
Makefile:90: recipe for target '../lib/libSPhenoVLFDM.a(OneLoopDecays_VLFDM.o)' failed
make[2]: *** [../lib/libSPhenoVLFDM.a(OneLoopDecays_VLFDM.o)] Error 1
make[2]: Leaving directory '/home/vandana/SPheno-4.0.3/VLFDM'
Makefile:48: recipe for target 'bin/SPhenoVLFDM' failed
make[1]: *** [bin/SPhenoVLFDM] Error 2
make[1]: Leaving directory '/home/vandana/SPheno-4.0.3/VLFDM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
vandana@vandana-pc:~/SPheno-4.0.3$
I am wondering what could be wrong. Everything in the model files seems okay.
I'm not able to attach the model files here.