diff liboctave/CMatrix.cc @ 3760:735549d1148e

[project @ 2001-01-03 20:26:57 by jwe]
author jwe
date Wed, 03 Jan 2001 20:26:59 +0000
parents 719a44ff67c9
children 7c8e3c42ed04
line wrap: on
line diff
--- a/liboctave/CMatrix.cc
+++ b/liboctave/CMatrix.cc
@@ -3008,7 +3008,7 @@
   else
     {
       if (nr == 0 || nc == 0 || a_nc == 0)
-	retval.resize (nr, nc, 0.0);
+	retval.resize (nr, a_nc, 0.0);
       else
 	{
 	  int ld  = nr;