MATPOWER / matpower

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

Typo in Documentation #243

Closed leuchtum closed 1 month ago

leuchtum commented 1 month ago

Under chapter 9.5.4 makeLODF the following is written:

https://github.com/MATPOWER/matpower/blob/0ea002687d2e38eeca53aed2ea6a12c84363d075/docs/src/MATPOWER-manual/MATPOWER-manual.tex#L4462-L4469

Line 4465 should be LODF, not PTDF and makeLODF, not makePTDF.

rdzman commented 1 month ago

Thanks for taking the time to report this. Actually, in this case, it is correct, but I can see how it looks like a mistake. The PTDF is needed as an input for makeLODF(), so that line is included to show that.

leuchtum commented 1 month ago

Well, that's what happens when you just skim the text. I close the issue in this case.