<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>Hi Gavin,&nbsp;</div>
<div><br>
</div>
<div>I couldn't reproduce the error you have.&nbsp;</div>
<div>Is this the issue with your grace?&nbsp;</div>
<div>Also I don't see any change with this part of generating the agr file when version 12.1 is compared with &nbsp;version 11.1.</div>
<div><br>
</div>
<div>Cheers,&nbsp;</div>
<div><br>
</div>
<div>Jianxin</div>
<div><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br class="Apple-interchange-newline">
</div>
</span><br class="Apple-interchange-newline">
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Gavin Abo &lt;<a href="mailto:gsabo@crimson.ua.edu">gsabo@crimson.ua.edu</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>A Mailing list for WIEN2k users &lt;<a href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Wed, 12 Sep 2012 13:32:51 -0600<br>
<span style="font-weight:bold">To: </span>A Mailing list for WIEN2k users &lt;<a href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>[Wien] Small agr bug in spag.f<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div bgcolor="#FFFFFF" text="#000000"><font face="Times New Roman">Dear Prof. Blaha,<br>
<br>
This is to report a small bug in Wien2k 12.1.<br>
<br>
An error like the following might occur:<br>
<br>
xmgrace TiC.bands.agr<br>
<br>
Nonterminating string:&nbsp; TITLE &quot;TiC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; atom&nbsp; 1&nbsp; #&nbsp;&nbsp;&nbsp; k&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ene&nbsp;&nbsp;&nbsp;&nbsp; character<br>
syntax error:&nbsp; TITLE &quot;TiC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; atom&nbsp; 1&nbsp; #&nbsp;&nbsp;&nbsp; k&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ene&nbsp;&nbsp;&nbsp;&nbsp; character<br>
<br>
The xmlabel is set for the case shown in the code below. For other cases, xmlabel is uninitialized and garbage out is written in the agr file.<br>
<br>
SRC_spaghetti/spag.f<br>
--------------------<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(jatom.eq.0) goto 206<br>
&nbsp;207&nbsp; read(9,'(a80)',end=206) aline<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if(aline(2:5).eq.'JATO') then<br>
&nbsp;&nbsp; &nbsp;...<br>
&nbsp;&nbsp; &nbsp;xmlabel1(:)=label1(:) !line 430<br>
&nbsp;&nbsp; &nbsp;...<br>
&nbsp;&nbsp; &nbsp;endif<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; endif<br>
&nbsp;&nbsp; &nbsp;...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(40,123) xmtitle, jatom_list(1), xmlabel1 #line 588<br>
--------------------<br>
<br>
Therefore, the following change is suggested in spag.f:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlabel1 ='' !Add at line 406<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; char0=0.01d0<br>
<br>
Best Regards,<br>
<br>
Gavin</font> </div>
</div>
_______________________________________________ Wien mailing list <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">
Wien@zeus.theochem.tuwien.ac.at</a> <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a> </blockquote>
</span>
</body>
</html>