Skip to content

Commit

Permalink
adapting Constraint module test to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 26, 2016
1 parent 046f68f commit ce3aa99
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/test_Constraint.m
@@ -1,9 +1,13 @@
Needs["TestSuite`", "TestSuite.m"];
Needs["Constraint`", "Constraint.m"];

Constraint`SetInputParameters[{g0, m0}];
Constraint`SetModelParameters[{g1, g2, Yu, Yd}];
Constraint`SetOutputParameters[{VZ, Se}];
BeginPackage["FlexibleSUSY`"];
BETA;
EndPackage[];

Parameters`SetInputParameters[{g0, m0}];
Parameters`SetModelParameters[{g1, g2, Yu, Yd}];
Parameters`SetOutputParameters[{VZ, Se}];
Constraint`SetBetaFunctions[
{ BetaFunction`BetaFunction[g1, CConversion`ScalarType["double"], 2 g1],
BetaFunction`BetaFunction[g2, CConversion`ScalarType["double"], 3 g2],
Expand Down

0 comments on commit ce3aa99

Please sign in to comment.