We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46bf47 commit 0e762f1Copy full SHA for 0e762f1
Models/Yukawa/MatrixElements/yukawa.m
@@ -8,11 +8,11 @@
8
SetDirectory[DirectoryName[$InputFileName]]
9
];
10
(*Put this if you want to create multiple model-files with the same kernel*)
11
-$GroupMathMultipleModels=True;
12
-$LoadGroupMath=True;
+WallGo`WallGoMatrix`$GroupMathMultipleModels=True;
+WallGo`WallGoMatrix`$LoadGroupMath=True;
13
Check[
14
- Get["WallGoMatrix`"],
15
- Message[Get::noopen, "WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
+ Get["WallGo`WallGoMatrix`"],
+ Message[Get::noopen, "WallGo`WallGoMatrix` at "<>ToString[$UserBaseDirectory]<>"/Applications"];
16
Abort[];
17
]
18
0 commit comments