[Wien] Small problem with optimization script

Gerhard Fecher fecher at uni-mainz.de
Sun May 24 09:15:05 CEST 2009


I realised that some line breaks are created in the optimization script 
if using long names for the case, this looks like:

 if (-e VeryLongNameOfMyCompound.clmsum &&  ! -z VeryLongNameOfMyCompound
 .clmsum) then
   x dstart -super
 endif

and similar at the other two occurences. This separates .clmsum , or .clmup from the case
and creates the error: Too many )'s 
when executing the script.

In case, one should remove the line breaks such that the lines look like:

 if (-e VeryLongNameOfMyCompound.clmsum &&  ! -z VeryLongNameOfMyCompound.clmsum) then
   x dstart -super
 endif

Hope the e-mail does not change the line breaks.

Ciao
Gerhard


More information about the Wien mailing list