VCCS isue
Opened this issue · 0 comments
f-giorgi commented
I suspect line 198 (case'1110')
should be changed
FROM
G{n1,nc1} = [G{n2,nc1} ' + ' g];
TO
G{n1,nc1} = [G{n1,nc1} ' + ' g];
Thanks for the great tool!
Opened this issue · 0 comments
I suspect line 198 (case'1110')
should be changed
FROM
G{n1,nc1} = [G{n2,nc1} ' + ' g];
TO
G{n1,nc1} = [G{n1,nc1} ' + ' g];
Thanks for the great tool!