We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example TransmissionLine.cpp has 1 based indexing for voltages, whereas LinearTransformer.cpp has 0 based indexing for inductances.
TransmissionLine.cpp
LinearTransformer.cpp
Suggested fix: Decide which one makes sense to apply broadly, or come up with some rule for when to use 0/1 indexing.
The text was updated successfully, but these errors were encountered:
abirchfield
shakedregev
No branches or pull requests
For example
TransmissionLine.cpp
has 1 based indexing for voltages, whereasLinearTransformer.cpp
has 0 based indexing for inductances.Suggested fix: Decide which one makes sense to apply broadly, or come up with some rule for when to use 0/1 indexing.
The text was updated successfully, but these errors were encountered: