<div dir="ltr"><div>Hello Jennifer, the problem still persists in the GrADS 2.1.a3 version.</div><div>It would be very interesting to solve for those who use the binaries instead of compiling from source code.</div><div><br></div><div>Oriol</div><div><span style="font-size:12.8000001907349px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-30 21:53 GMT+02:00 Jennifer Adams <span dir="ltr">&lt;<a href="mailto:jma@cola.iges.org" target="_blank">jma@cola.iges.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Yes, that is a bug, and your patch is all that is needed to fix it. Thank you very much for pointing this out! <div>—Jennifer</div><div><div><div class="h5"><br><div><div>On Mar 30, 2015, at 5:06 AM, KODAMA Chihiro &lt;<a href="mailto:kodamac@jamstec.go.jp" target="_blank">kodamac@jamstec.go.jp</a>&gt; wrote:</div><br><blockquote type="cite">Dear GrADS developers,<br><br>I encountered an trouble of gsfpath() function, and may found a bug in<br>the (nearly) latest GrADS.<br><br>GrADS script which includes gsfpath(), say,<br>  ...<br>  rc = gsfallow(&#39;on&#39;)<br>  rc = gsfpath(&#39;dir1 dir2&#39;)<br>  ...<br>never stops (I found it with GrADS ver. 2.1.a2).<br><br>It seems that the following line around line 3065 in gscrpt.c,<br>  while (j&lt;i) *(pcmn-&gt;ppath+j) = *(pvar-&gt;strng+j);<br>, should be replaced with<br>  while (j&lt;i) { *(pcmn-&gt;ppath+j) = *(pvar-&gt;strng+j); j++; }<br>to avoid infinite loop. I did not carefully read the whole source code,<br>and my understanding may be wrong. (if so, please teach me!)<br><br>I hope it may help improve GrADS.<br><br>Sincerely,<br><br>Chihiro Kodama<br><br>-- <br>=====================================================<br>KODAMA Chihiro, Ph.D.<br>Dept. Seamless Environmental Prediction Research<br>Japan Agency for Marine-Earth Science and Technology<br>PHONE: <a href="tel:%2B81-45-778-5623" value="+81457785623" target="_blank">+81-45-778-5623</a> (direct)<br>URL:   <a href="http://kodama.fubuki.info/" target="_blank">http://kodama.fubuki.info/</a><br>=====================================================<br><br>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br></blockquote></div><br></div></div><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br></div><br></span></span><br>
</div>
<br></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>