Browse Source

small code fix l 1332

richarddobson 3 years ago
parent
commit
c22329ba5a
1 changed files with 1 additions and 1 deletions
  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--;
             }
         }
-        n++;
+//       n++;  /* RWD ???? probably don't want this. */
     }
     if(arraycnt == 1) {                     //  If only one value remains,
         *lcm = cycarray[0];                 //  This is the LCM, as all other values (eliminated) were its divisors