<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Sorry to be back with this again, but it seems that lines for the
corrected init_orb_lapw script:<br>
<pre> set atoms=`grep RMT $file.struct|cut -c1-5`
set nat=$#atoms
</pre>
will count two atoms instead of one, each time the atom symbol is
only one character long (because of space between atom and index in
the array. Like "O 1" vs "Rh1").<br>
<br>
<br>
</body>
</html>