<p>The second set (ifdef Precise) are certainly commented out lines. The first probably as well - it is being ignored &amp; the code runs. In any case these are just warnings.</p>
<p>---------------------------<br>
Professor Laurence Marks<br>
Department of Materials Science and Engineering<br>
Northwestern University<br>
<a href="http://www.numis.northwestern.edu">www.numis.northwestern.edu</a> 1-847-491-3996<br>
&quot;Research is to see what everybody else has seen, and to think what nobody else has thought&quot;<br>
Albert Szent-Gyorgi<br>
</p>
<div class="gmail_quote">On Dec 19, 2012 10:29 PM, &quot;Zhu, Jianxin&quot; &lt;<a href="mailto:jxzhu@lanl.gov">jxzhu@lanl.gov</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Peter and Wien2k users,<br>
<br>
When I compile SRC_lapw1, the following warning appears for inilpw.f (line<br>
229).<br>
<br>
<br>
inilpw.f(229): warning #5117: Bad # preprocessor line<br>
#         if(myid.eq.0 .and. Hinv_open) close(unit=200, status=&#39;DELETE&#39;)<br>
--^<br>
<br>
Is this a comment line or really a preprocessor line?<br>
It looks to me that this  line was commented out but I am not sure.<br>
<br>
<br>
<br>
When I compile SRC_sumpara, the following warnings comes out<br>
<br>
<br>
scfsum.f(271): warning #5117: Bad # preprocessor line<br>
##ifdef Precise<br>
-^<br>
scfsum.f(275): warning #5117: Bad # preprocessor line<br>
##else<br>
-^<br>
scfsum.f(77): warning #5117: Bad # preprocessor line<br>
# 78   FORMAT(&#39;:FSU&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f15.3)<br>
-------^<br>
scfsum.f(78): warning #5117: Bad # preprocessor line<br>
#  80  FORMAT(&#39;:FVA&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f15.3)<br>
--^<br>
scfsum.f(79): warning #5117: Bad # preprocessor line<br>
#  81  FORMAT(4x,i3.3,2x,i3,5x,4f15.3)<br>
--^<br>
scfsum.f(80): warning #5117: Bad # preprocessor line<br>
##endif<br>
-^<br>
<br>
<br>
<br>
They are located in the block  starting from line 271 through 279 in file<br>
scfsum.f.<br>
<br>
<br>
##ifdef Precise<br>
 78   FORMAT(&#39;:FSU&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f17.9)<br>
  80  FORMAT(&#39;:FVA&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f17.9)<br>
  81  FORMAT(4x,i3.3,2x,i3,5x,4f17.9)<br>
##else<br>
# 78   FORMAT(&#39;:FSU&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f15.3)<br>
#  80  FORMAT(&#39;:FVA&#39;,i3.3,&#39;:&#39;,1x,i3,&#39;.ATOM&#39;,4f15.3)<br>
#  81  FORMAT(4x,i3.3,2x,i3,5x,4f15.3)<br>
##endif<br>
<br>
<br>
<br>
Are they really preprocessor lines? I suspect they are also comment lines.<br>
<br>
Please confirm whether my understanding is correct.<br>
<br>
Thanks,<br>
<br>
Jianxin<br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
</blockquote></div>