chemicaholic

10 Reputation

One Badge

8 years, 248 days

MaplePrimes Activity


These are replies submitted by chemicaholic

@Carl Love Here is the code:

for (int i = 0; i < cMo_Coeff_Ndim; i++){

bounds[2*i] = 1;

bounds[2*i+1] = MapleToM_INT(kv, ToMapleInteger(kv, cMo_Coeff_Dims[i]));

}

Actually I think I can just leave the size blank...

Page 1 of 1