Skip to content

Commit

Permalink
Delete extra (duplicate) row in gencost in case94pi.m.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Apr 30, 2024
1 parent 4b45473 commit ca4cc3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/case94pi.m
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
% 2 startup shutdown n c(n-1) ... c0
mpc.gencost = [
2 0 0 3 0 20 0;
2 0 0 3 0 20 0;
];


Expand Down
1 change: 1 addition & 0 deletions docs/src/MATPOWER-manual/MATPOWER-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8610,6 +8610,7 @@ \subsubsection*{Bugs Fixed}
\item Fix bug \#210 where radial power flow methods resulted in numerical error with multiple generators at a bus. \emph{Thanks to Mirko Todorovski.}
\item Fix bug \#223, fatal error in \code{save2psse()} for cases with dispatchable loads. \emph{Thanks to Ali Jahanbani.}
\item Fix crash in \code{radial\_pf()} under \matlab{} R2016a and earlier.
\item Delete extra (duplicate) row in \code{gencost} in \code{case94pi.m}.
\end{itemize}

\subsubsection*{Incompatible Changes}
Expand Down
2 changes: 1 addition & 1 deletion lib/mpver.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
v{1} = struct( 'Name', 'MATPOWER', ...
'Version', '8.0b1+', ...
'Release', '', ...
'Date', '25-Apr-2024' );
'Date', '30-Apr-2024' );
if nargout > 0
if nargin > 0
rv = v{1};
Expand Down

0 comments on commit ca4cc3f

Please sign in to comment.