This commit is contained in:
dugg@lab-desk 2015-03-12 08:27:32 +08:00
parent 5ab043255f
commit 27c7055747
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;