This commit is contained in:
dugg@lab-desk 2015-03-12 08:39:07 +08:00
parent d5585a6e6d
commit 32a9fba3ba
1 changed files with 1 additions and 1 deletions

2
OPF.m
View File

@ -11,7 +11,7 @@ nodeMaxDVolt=zeros(33,1);
nodeMaxDVAngle=zeros(33,1);
maxDVoltPos=0;
maxDAnglePos=0;
for badDataNode=1:33
for badDataNode=1:33
loopN=1;
maxDVolt=0;
maxDVAngle=0;