<div dir="ltr"><div><div>Hi Bruce, <br><br></div>Indeed, you are quite correct -- we&#39;ll get it fixed.  Thanks for pointing it out!<br><br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 1, 2015 at 8:02 AM, Lunde, Bruce N CIV NAVOCEANO, NP1 <span dir="ltr">&lt;<a href="mailto:bruce.lunde@navy.mil" target="_blank">bruce.lunde@navy.mil</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, FYI there is a minor mistake on this page<br>
about if-then-else-statements:<br>
<br>
<a href="http://www.ncl.ucar.edu/Document/Language/if.shtml" target="_blank">http://www.ncl.ucar.edu/Document/Language/if.shtml</a><br>
<br>
There should be one less &quot;end if&quot; in this example<br>
(one &quot;end if&quot; to match each &quot;else&quot;):<br>
<br>
if (scalar_logical_expression) then<br>
  statement list<br>
else if (scalar_logical_expression) then<br>
  statement list<br>
else if (scalar_logical_expression) then<br>
  statement list<br>
else<br>
  statement list<br>
end if<br>
end if<br>
end if<br>
end if<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>