MATPOWER / matpower

MATPOWER – steady state power flow simulation and optimization for MATLAB and Octave
https://matpower.org
Other
419 stars 150 forks source link

save2psse load section is fixed, nld->ndl #223

Closed jahanbani closed 7 months ago

jahanbani commented 7 months ago

This section is for dispatchable loads, but number of load (nld) was being used instead of number of dispatchable loads (ndl) which caused this code to fail in concatenation. This PR will fix this issue.

rdzman commented 7 months ago

Thanks! Good catch and thanks for contributing the fix!