changeset 8872:0d7ebf353400

fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 13:01:35 -0500
parents fb1c929dbbb7
children e258715b2e78
files src/DLD-FUNCTIONS/chol.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/chol.cc	Wed Feb 25 12:56:36 2009 -0500
+++ b/src/DLD-FUNCTIONS/chol.cc	Wed Feb 25 13:01:35 2009 -0500
@@ -195,7 +195,7 @@
 		      else
 			retval(0) = fact.R();
 		    }
-p		  else
+		  else
 		    error ("chol: matrix not positive definite");
 		}
 	    }