Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iolojz committed Jan 26, 2017
1 parent 7dcfe58 commit 45021fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/EDM.m
Expand Up @@ -473,7 +473,7 @@ If you add new kinds of vertices (e.g for new diagram types):
LoadVerticesIfNecessary[] :=
Module[{},
If[SARAH`VertexList3 =!= List || Length[SARAH`VertexList3] === 0,
SARAH`InitVertexCalculation[FSEigenstates`FSEigenstates, False];
SARAH`InitVertexCalculation[FlexibleSUSY`FSEigenstates, False];
SARAH`ReadVertexList[FSEigenstates`FSEigenstates, False, False, True];
SARAH`MakeCouplingLists;
];
Expand Down

0 comments on commit 45021fb

Please sign in to comment.