Skip to content

Commit

Permalink
do not overwrite SA`Casimir
Browse files Browse the repository at this point in the history
as it is correctly set in SARAH 4.10.2.
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 11, 2017
1 parent fb494bc commit abeea7b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -19,7 +19,7 @@ Requirements
* C++ compiler (g++ >= 4.7.2 or clang++ >= 3.1 or icpc >= 12.1)
* Fortran compiler (gfortran, ifort)
* Mathematica (version 7.0 or higher)
* SARAH (version 4.0.4 or higher) http://sarah.hepforge.org
* SARAH (version 4.10.2 or higher) http://sarah.hepforge.org
* Boost (version 1.37.0 or higher) http://www.boost.org
* Eigen 3 (version 3.1 or higher) http://eigen.tuxfamily.org
* GNU scientific library http://www.gnu.org/software/gsl/
Expand Down
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -238,8 +238,8 @@ required_mathematica_version="7"

# required SARAH version
required_sarah_major="4"
required_sarah_minor="0"
required_sarah_patch="4"
required_sarah_minor="10"
required_sarah_patch="2"
required_sarah_version="${required_sarah_major}.${required_sarah_minor}.${required_sarah_patch}"
SARAH_VERSION="unknown"
SARAH_MAJOR="0"
Expand Down
5 changes: 0 additions & 5 deletions model_files/CMSSMNoFV/FlexibleSUSY.m.in
Expand Up @@ -197,8 +197,3 @@ SMParticles = {
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt,
gG, gP, gZ, gWm, gWmC
};

SA`Casimir[Ss, SARAH`color] = 4/3;
SA`Casimir[Sc, SARAH`color] = 4/3;
SA`Casimir[Sb, SARAH`color] = 4/3;
SA`Casimir[St, SARAH`color] = 4/3;
5 changes: 0 additions & 5 deletions model_files/MSSMNoFV/FlexibleSUSY.m.in
Expand Up @@ -224,8 +224,3 @@ SMParticles = {
VectorP, VectorZ, VectorG, VectorW,
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt
};

SA`Casimir[Ss, SARAH`color] = 4/3;
SA`Casimir[Sc, SARAH`color] = 4/3;
SA`Casimir[Sb, SARAH`color] = 4/3;
SA`Casimir[St, SARAH`color] = 4/3;
5 changes: 0 additions & 5 deletions model_files/MSSMNoFVSLHA2/FlexibleSUSY.m.in
Expand Up @@ -176,8 +176,3 @@ SMParticles = {
VectorP, VectorZ, VectorG, VectorW,
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt
};

SA`Casimir[Ss, SARAH`color] = 4/3;
SA`Casimir[Sc, SARAH`color] = 4/3;
SA`Casimir[Sb, SARAH`color] = 4/3;
SA`Casimir[St, SARAH`color] = 4/3;
5 changes: 0 additions & 5 deletions model_files/MSSMNoFVatMGUT/FlexibleSUSY.m.in
Expand Up @@ -218,8 +218,3 @@ SMParticles = {
VectorP, VectorZ, VectorG, VectorW,
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt
};

SA`Casimir[Ss, SARAH`color] = 4/3;
SA`Casimir[Sc, SARAH`color] = 4/3;
SA`Casimir[Sb, SARAH`color] = 4/3;
SA`Casimir[St, SARAH`color] = 4/3;
5 changes: 0 additions & 5 deletions model_files/MSSMNoFVtower/FlexibleSUSY.m.in
Expand Up @@ -234,8 +234,3 @@ SMParticles = {
VectorP, VectorZ, VectorG, VectorW,
Fu, Fd, Fc, Fs, Ft, Fb, Fe, Fm, Ftau, Fve, Fvm, Fvt
};

SA`Casimir[Ss, SARAH`color] = 4/3;
SA`Casimir[Sc, SARAH`color] = 4/3;
SA`Casimir[Sb, SARAH`color] = 4/3;
SA`Casimir[St, SARAH`color] = 4/3;

0 comments on commit abeea7b

Please sign in to comment.