From: Shalom.Bresticker@motorola.com
Date: Thu Jan 02 2003 - 01:24:23 PST
Precedence: bulk
In section 12.1.3.2 example 5:
Change the for loop condition on the first line after the
<b>generate</b> from:
<pre> (i=0; i<SIZE+1; i=i+1) </pre> to:
<pre> (i=0; i<SIZE; i=i+1) </pre>
On the next line in the comment change:
<pre> B1[i].N1[i] </pre> to:
<pre> B1[i].N1 </pre>
http://boydtechinc.com/cgi-bin/issueproposal.pl?cmd=view&pr=176
This archive was generated by hypermail 2.1.4
: Fri Jan 10 2003 - 09:14:51 PST
and
sponsored by Boyd Technology, Inc.