I was testing my models for the electrowek scale inverse seesaw with the new version of SARAH (it is on the model database https://sarah.hepforge.org/trac/wiki/in ... aw-SUSY-EW ). Now I have just created the output files as with SARAH 4.12.2 but suddenly the SPheno output does not compile anymore (gfortran 7.3.1 on openSUSE Linux). It gives this error messages:
Code: Select all
gfortran -c -g -ffree-line-length-none -J../include -I../include SPhenoSUSY_EW_ISS.f90
SPhenoSUSY_EW_ISS.f90:166:18:
If ((MatchingOrder.lt.-1).or.(MatchingOrder.gt.2)) Then
1
Error: Symbol ‘matchingorder’ at (1) has no IMPLICIT type
SPhenoSUSY_EW_ISS.f90:177:12:
Select Case(MatchingOrder)
1
Error: Argument of SELECT statement at (1) cannot be UNKNOWN
SPhenoSUSY_EW_ISS.f90:451:51:
& DelMK,ratioDelMK,epsK,ratioepsK,GenerationMixing)
1
Error: Type mismatch in argument ‘generationmixing’ at (1); passed REAL(8) to LOGICAL(4)
Thanks