Skip to content

Commit e46bf47

Browse files
Update of SM .m file wallgomatrix loading
1 parent 23d8a26 commit e46bf47

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Models/StandardModel/MatrixElements/electroWeak.m

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
SetDirectory[DirectoryName[$InputFileName]]
99
];
1010
(*Put this if you want to create multiple model-files with the same kernel*)
11-
$GroupMathMultipleModels=True;
12-
$LoadGroupMath=True;
11+
WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
12+
WallGo`WallGoMatrix`$LoadGroupMath=True;
1313
Check[
14-
Get["WallGoMatrix`"],
15-
Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
14+
Get["WallGo`WallGoMatrix`"],
15+
Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
1616
Abort[];
1717
]
1818

@@ -133,5 +133,3 @@
133133
ParticleList,
134134
LightParticleList,
135135
{TruncateAtLeadingLog->True,Replacements->{yt->0},Format->{"json","txt"}}];
136-
137-

0 commit comments

Comments
 (0)