Skip to content

Commit

Permalink
Fixed index issue analogous to 7e81219
Browse files Browse the repository at this point in the history
  • Loading branch information
Jobst Ziebell authored and Jobst Ziebell committed Sep 12, 2017
1 parent a523025 commit 3ebb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/EDM.m
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ If you add new kinds of vertices (e.g for new diagram types):
trIndexBounds = Cases[Flatten[(With[{fieldIndex = #},
(If[#[[1]] === SARAH`generation,
{fieldInfo[[fieldIndex, 2]]-1, fieldInfo[[fieldIndex, 3]]},
{1, #[[2]]}]
{0, #[[2]]}]
&) /@ fieldInfo[[fieldIndex, 5]]]
&) /@ Table[i, {i, Length[fields]}],
1],
Expand Down

0 comments on commit 3ebb680

Please sign in to comment.