Skip to content

Commit

Permalink
Add missing ` to Private context settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhyeon committed Feb 21, 2018
1 parent 80a24aa commit 55c1ddb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/AMuon.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
AMuonCreateCalculation::usage="";
AMuonGetMSUSY::usage="";

Begin["Private`"];
Begin["`Private`"];

(* The graphs that contribute to the EDM are precisely those with three
external lines given by the field in question, its Lorentz conjugate
Expand Down
2 changes: 1 addition & 1 deletion meta/CXXDiagrams.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
CreateUnitCharge::usage="";
NumberOfFieldIndices::usage="";

Begin["Private`"];
Begin["`Private`"];

Initialize[] := LoadVerticesIfNecessary[]

Expand Down
2 changes: 1 addition & 1 deletion meta/EDM.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
EDMContributingDiagramsForFieldAndGraph::usage="";
EDMContributingGraphs::usage="";

Begin["Private`"];
Begin["`Private`"];

(* The graphs that contribute to the EDM are precisely those with three
external lines given by the field in question, its Lorentz conjugate
Expand Down

0 comments on commit 55c1ddb

Please sign in to comment.