LAPTOP-EG88H5BE\86151 3 years ago
parent
commit
f2b0473306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/EmbeddedCoder_src/SOR.c

+ 1 - 1
src/EmbeddedCoder_src/SOR.c

@@ -25,7 +25,7 @@ void SOR(void)
     }
     if(sord_flg_firstRun)
     {
-        if(ArrMax((sorv_ohm_cellREi, cmnc_num_cellUNum) > 65000)
+        if(ArrMax(sorv_ohm_cellREi, cmnc_num_cellUNum) > 65000)
         {
             memset(sorn_ohm_cellREE,0, sizeof(sorn_ohm_cellREE));
         }