diff liboctave/dRowVector.cc @ 7482:29980c6b8604

don't check f77_exception_encountered
author John W. Eaton <jwe@octave.org>
date Thu, 14 Feb 2008 21:57:50 -0500
parents a1dbe9d80eee
children 8c32f95c2639
line wrap: on
line diff
--- a/liboctave/dRowVector.cc
+++ b/liboctave/dRowVector.cc
@@ -223,10 +223,6 @@
 				   a_nr, a_nc, 1.0, a.data (),
 				   ld, v.data (), 1, 0.0, y, 1
 				   F77_CHAR_ARG_LEN (1)));
-
-	  if (f77_exception_encountered)
-	    (*current_liboctave_error_handler)
-	      ("unrecoverable error in dgemv");
 	}
     }