<div dir="ltr">
<pre style="margin:0em">Thank you!  Currently I'm running on a cluster, so I need to talk with IT to change that line,<br>but I'll try and see if it works!  I'd find it interesting, <br>
<span class="gmail-sender gmail-pipe"><a href="https://www.mail-archive.com/search?l=wien@zeus.theochem.tuwien.ac.at&q=from:%22Gavin+Abo%22" rel="nofollow"><span><span>Gavin Abo</span></span></a></span> Wrote
<br>The error may be coming from line 702 in $WIENROOT/runafm_lapw:</pre><pre>!if (! $?cc_test) goto nextiter

</pre><tt>The symbol ! I think is for history substitution in csh [1] but someone 
</tt><tt>may have intended it to be a comment symbol # [2] as the ! is comment 
</tt><tt>symbol in Fortran [3].
</tt><pre style="margin:0em">You might see if the error goes away by changing the line to:

#if (! $?cc_test) goto nextiter

[1] <a rel="nofollow" href="https://stackoverflow.com/questions/19174808/event-not-found-csh">https://stackoverflow.com/questions/19174808/event-not-found-csh</a>
[2] <a rel="nofollow" href="http://www-cs.canisius.edu/ONLINESTUFF/UNIX/shellprogramming.html#A">http://www-cs.canisius.edu/ONLINESTUFF/UNIX/shellprogramming.html#A</a>
[3] <a rel="nofollow" href="https://web.stanford.edu/class/me200c/tutorial_77/03_basics.html">https://web.stanford.edu/class/me200c/tutorial_77/03_basics.html</a></pre>

<br></div>