Dear Sirs:
The code and the error message do not agree:
if (value <= 0 || value > 24) throw new ExitException("Error: Resolution value out of range 0-24: " + s + " in levels specification " + levelSpec);
Randolph J. Herber