From aa0e19f861a2d31207735eb81ae12f15856fff29 Mon Sep 17 00:00:00 2001 From: "dugg@lab-desk" Date: Wed, 11 Mar 2015 21:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dugg@lab-desk --- OPF.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPF.m b/OPF.m index d48e29f..8c8d540 100644 --- a/OPF.m +++ b/OPF.m @@ -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;