Skip to content

Commit

Permalink
Merge pull request #21 from iolojz/feature-2.0
Browse files Browse the repository at this point in the history
Fixed index issue analogous to 7e81219
  • Loading branch information
Expander committed Sep 12, 2017
2 parents a523025 + 3ebb680 commit 23057e8
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 23057e8

Please sign in to comment.