params.title[iLine] = (!isOptional ? line : rep > 0 && !line.trim().endsWith("=") ? line.substring(1) : "");
}
protected void generateCube() {
volumeData.voxelData = voxelData = new float[nPointsX][nPointsY][nPointsZ];
MOCalculationInterface q = (MOCalculationInterface) Interface.getOptionInterface("quantum.MOCalculation");
Hashtable moData = params.moData;
float[] coef = params.moCoefficients;
int[][] dfCoefMaps = params.dfCoefMaps;
if (coef == null) {