<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, 1st Vector dimension size is too small to fit source size</title>
    <link>http://www.mapleprimes.com/questions/139362-1st-Vector-Dimension-Size-Is-Too-Small</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 20:40:25 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:40:25 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, 1st Vector dimension size is too small to fit source size</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, 1st Vector dimension size is too small to fit source size</title>
      <link>http://www.mapleprimes.com/questions/139362-1st-Vector-Dimension-Size-Is-Too-Small</link>
    </image>
    <item>
      <title>stoperror</title>
      <link>http://www.mapleprimes.com/questions/139362-1st-Vector-Dimension-Size-Is-Too-Small?ref=Feed:MaplePrimes:1st Vector dimension size is too small to fit source size:Comments#answer139376</link>
      <itunes:summary>&lt;p&gt;A simple way is to use the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=trace"&gt;?trace&lt;/a&gt; command.&amp;nbsp; Execute&lt;/p&gt;
&lt;pre&gt;trace(myproc):&lt;/pre&gt;
&lt;p&gt;where myproc is the name of your procedure, then execute your procedure.&amp;nbsp; The output of each statement is printed.&amp;nbsp; From that you might be able to figure out where the error occurs.&lt;/p&gt;
&lt;p&gt;Better is to use the debugger.&amp;nbsp; Execute the command&lt;/p&gt;
&lt;pre&gt;stoperror('all'):&lt;/pre&gt;
&lt;p&gt;That tells Maple to launch the debugger when an untrapped error occurs. Execute your procedure.&amp;nbsp; That should cause the debugger to be launched with the control at the place in the procedure that raises the error. That will likely be inside a Maple library procedure called by your procedure. To figure out the cause you can query the values of variables and expressions in the procedure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;A simple way is to use the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=trace"&gt;?trace&lt;/a&gt; command.&amp;nbsp; Execute&lt;/p&gt;
&lt;pre&gt;trace(myproc):&lt;/pre&gt;
&lt;p&gt;where myproc is the name of your procedure, then execute your procedure.&amp;nbsp; The output of each statement is printed.&amp;nbsp; From that you might be able to figure out where the error occurs.&lt;/p&gt;
&lt;p&gt;Better is to use the debugger.&amp;nbsp; Execute the command&lt;/p&gt;
&lt;pre&gt;stoperror('all'):&lt;/pre&gt;
&lt;p&gt;That tells Maple to launch the debugger when an untrapped error occurs. Execute your procedure.&amp;nbsp; That should cause the debugger to be launched with the control at the place in the procedure that raises the error. That will likely be inside a Maple library procedure called by your procedure. To figure out the cause you can query the values of variables and expressions in the procedure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>139376</guid>
      <pubDate>Fri, 09 Nov 2012 10:20:43 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
  </channel>
</rss>