errors in direct_detection.f even direct direction calculation is set to false (v2.0.6)

Asked by Yanyan Gao

Hi

I have been trying to calculate relic density for one simplified model. In this model I have required only the relic density calculations. However i met with the following errors,

gfortran -c -O -fno-align-commons -ffixed-line-length-132 -L../lib/ -I../include direct_detection.f
direct_detection.f:27.19:

      M(5) = MDL_MB
                   1
Error: Symbol 'mdl_mb' at (1) has no IMPLICIT type
direct_detection.f:26.19:

      M(4) = MDL_MC
                   1
Error: Symbol 'mdl_mc' at (1) has no IMPLICIT type
direct_detection.f:23.19:

      M(1) = MDL_MD
                   1
Error: Symbol 'mdl_md' at (1) has no IMPLICIT type
direct_detection.f:25.19:

      M(3) = MDL_MS
                   1
Error: Symbol 'mdl_ms' at (1) has no IMPLICIT type
direct_detection.f:24.19:

      M(2) = MDL_MU
                   1
Error: Symbol 'mdl_mu' at (1) has no IMPLICIT type

I have used the version v2.0.6. Since this file is created during the maddm running, I don't know how to fix it.

Thanks very much,
Yanyan

Question information

Language:
English Edit question
Status:
Solved
For:
MadDM Edit question
Assignee:
No assignee Edit question
Solved by:
Yanyan Gao
Solved:
Last query:
Last reply:
Revision history for this message
Yanyan Gao (yanyanustb) said :
#1

Just to add that this was fixed by setting non-zero masses to those non-top quarks.
Yanyan