You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by lu...@apache.org on 2015/07/27 21:40:45 UTC

svn commit: r959802 [10/10] - in /websites/production/commons/content/proper/commons-math/xref/org/apache/commons/math3: fraction/ geometry/euclidean/threed/ geometry/euclidean/twod/ ml/neuralnet/ ml/neuralnet/sofm/ ode/ ode/events/ special/ stat/infer...

Modified: websites/production/commons/content/proper/commons-math/xref/org/apache/commons/math3/util/ResizableDoubleArray.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref/org/apache/commons/math3/util/ResizableDoubleArray.html (original)
+++ websites/production/commons/content/proper/commons-math/xref/org/apache/commons/math3/util/ResizableDoubleArray.html Mon Jul 27 19:40:45 2015
@@ -419,7 +419,7 @@
 <a class="jxr_linenumber" name="L411" href="#L411">411</a>         numElements = 0;
 <a class="jxr_linenumber" name="L412" href="#L412">412</a>         startIndex = 0;
 <a class="jxr_linenumber" name="L413" href="#L413">413</a> 
-<a class="jxr_linenumber" name="L414" href="#L414">414</a>         <strong class="jxr_keyword">if</strong> (data != <strong class="jxr_keyword">null</strong> &amp;&amp; data.length &gt; 1) {
+<a class="jxr_linenumber" name="L414" href="#L414">414</a>         <strong class="jxr_keyword">if</strong> (data != <strong class="jxr_keyword">null</strong> &amp;&amp; data.length &gt; 0) {
 <a class="jxr_linenumber" name="L415" href="#L415">415</a>             addElements(data);
 <a class="jxr_linenumber" name="L416" href="#L416">416</a>         }
 <a class="jxr_linenumber" name="L417" href="#L417">417</a>     }