richarddobson пре 3 година
родитељ
комит
c22329ba5a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dev/new/ceracu.c

+ 1 - 1
dev/new/ceracu.c

@@ -1329,7 +1329,7 @@ int get_lcm(int arraycnt,int *lcm,dataptr dz)
                 m--;
                 m--;
             }
             }
         }
         }
-        n++;
+//       n++;  /* RWD ???? probably don't want this. */
     }
     }
     if(arraycnt == 1) {                     //  If only one value remains,
     if(arraycnt == 1) {                     //  If only one value remains,
         *lcm = cycarray[0];                 //  This is the LCM, as all other values (eliminated) were its divisors
         *lcm = cycarray[0];                 //  This is the LCM, as all other values (eliminated) were its divisors