Skip to content

Commit

Permalink
set MS-bar -- DR-bar conversion CTs to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 28, 2014
1 parent cca19f3 commit b036c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/FlexibleSUSY.m
Expand Up @@ -1079,7 +1079,7 @@
SelectRenormalizationScheme[renormalizationScheme_] :=
Switch[renormalizationScheme,
FlexibleSUSY`DRbar, 0,
FlexibleSUSY`MSbar, 1,
FlexibleSUSY`MSbar, 0, (* set MS-bar -- DR-bar conversion CTs to zero *)
_, Message[SelectRenormalizationScheme::UnknownRenormalizationScheme, renormalizationScheme];
Quit[1];
];
Expand Down

0 comments on commit b036c3e

Please sign in to comment.