Skip to content

Commit

Permalink
Remove unused parameter property
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 7, 2017
1 parent 1b937a1 commit 789b631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 5 additions & 8 deletions model_files/CE6SSM/FlexibleSUSY.m.in
Expand Up @@ -20,15 +20,12 @@ EXTPAR = {
};

FSAuxiliaryParameterInfo = {
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 2,
Real -> True } },
{m12, { ParameterDimensions -> {1},
MassDimension -> 1,
Real -> True } },
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 2 } },
{m12, { ParameterDimensions -> {1},
MassDimension -> 1 } },
{Azero, { ParameterDimensions -> {1},
MassDimension -> 1,
Real -> True } }
MassDimension -> 1 } }
};

EWSBOutputParameters = { m0Sq, m12, Azero };
Expand Down
8 changes: 3 additions & 5 deletions model_files/CNMSSM/FlexibleSUSY.m.in
Expand Up @@ -19,12 +19,10 @@ EXTPAR = {
};

FSAuxiliaryParameterInfo = {
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 1,
Real -> True} },
{m0Sq, { ParameterDimensions -> {1},
MassDimension -> 1 } },
{LambdaInput, { ParameterDimensions -> {1},
MassDimension -> 0,
Real -> True } }
MassDimension -> 0 } }
};

EWSBOutputParameters = { \[Kappa], vS, m0Sq };
Expand Down

0 comments on commit 789b631

Please sign in to comment.