diff liboctave/CMatrix.cc @ 6060:ced23ae2b5cc

[project @ 2006-10-18 02:56:22 by jwe]
author jwe
date Wed, 18 Oct 2006 02:56:54 +0000
parents ae09df27153f
children b3c425131211
line wrap: on
line diff
--- a/liboctave/CMatrix.cc
+++ b/liboctave/CMatrix.cc
@@ -2170,7 +2170,7 @@
 		      solve_singularity_handler sing_handler) const
 {
   MatrixType mattype (*this);
-  return solve (b, info, rcond, sing_handler);
+  return solve (mattype, b, info, rcond, sing_handler);
 }
 
 ComplexColumnVector