lpc/reform2_lpc.c: pad with zeroes
The value after the comma in /cells can have fewer than three digits. If that is the case, then the number must be padded with zeroes or otherwise 3001 will not result in 3.001 but in 3.1 getting printed.
The value after the comma in /cells can have fewer than three digits. If that is the case, then the number must be padded with zeroes or otherwise 3001 will not result in 3.001 but in 3.1 getting printed.