changeset 1634:8cb99fcbb357

[project @ 1995-11-14 23:14:46 by jwe]
author jwe
date Tue, 14 Nov 1995 23:14:46 +0000
parents 4a4440aa1262
children e91ac27650dc
files liboctave/Array-idx.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array-idx.h	Tue Nov 14 23:01:31 1995 +0000
+++ b/liboctave/Array-idx.h	Tue Nov 14 23:14:46 1995 +0000
@@ -157,7 +157,7 @@
 	    }
 	  else
 	    (*current_liboctave_error_handler)
-	      ("%s: %d: internal indexing error", __FILE__, __LINE__);
+	      ("A(idx) = []: index out of range");
 	}
     }
 }
@@ -440,7 +440,7 @@
 		    }
 		  else
 		    (*current_liboctave_error_handler)
-		      ("%s: %d: internal indexing error", __FILE__, __LINE__);
+		      ("A(idx) = []: index out of range");
 		}
 	    }
 	}
@@ -488,7 +488,7 @@
 		    }
 		  else
 		    (*current_liboctave_error_handler)
-		      ("%s: %d: internal indexing error", __FILE__, __LINE__);
+		      ("A(idx) = []: index out of range");
 		}
 	    }
 	}