AdmittanceModels.jl icon indicating copy to clipboard operation
AdmittanceModels.jl copied to clipboard

API style consistency

Open ajkeller34 opened this issue 6 years ago • 0 comments

The arguments of set_inductance!(c::Circuit, v0, v1, value) and related methods have an unfortunate ordering. Consider that for arrays, the syntax A[inds...] = X is lowered to setindex!(A, X, inds...), i.e. the set value precedes the indices.

ajkeller34 avatar Oct 29 '19 21:10 ajkeller34