- + Issue 1028: Indexing of Named vector branches

[2.2 Open Issues, 9/20/2004]


What should be the index of a vector branch declared between two vector nodes:

 electrical [1:2] a;
 electrical [0:1] b;
 branch (a,b) br1 [1:2];
 branch (a,b) br2;

//?? Should br2 default to [0:1]?