Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iolojz committed Jan 26, 2017
1 parent e598965 commit ce2eafd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/EDM.m
Expand Up @@ -472,7 +472,6 @@ If you add new kinds of vertices (e.g for new diagram types):
cachedContributingDiagrams = ({#, Union @
(Sequence @@ Cases[diagrams,
{#, diags_List} -> diags])} &) /@ edmFields;

Return[cachedContributingDiagrams];
];

Expand All @@ -494,6 +493,6 @@ If you add new kinds of vertices (e.g for new diagram types):
">" &)
/@ #[[2]]) } &) /@ ContributingDiagrams[];

End[];
(* TODO: End[]; *)

EndPackage[];

0 comments on commit ce2eafd

Please sign in to comment.