diff src/ChangeLog @ 4852:404c7122853e

[project @ 2004-04-06 17:23:37 by jwe]
author jwe
date Tue, 06 Apr 2004 17:25:59 +0000
parents 8cc4818a0de0
children 499d2ca46982
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 06 17:14:17 2004 +0000
+++ b/src/ChangeLog	Tue Apr 06 17:25:59 2004 +0000
@@ -1,7 +1,7 @@
 2004-04-06  David Bateman  <dbateman@free.fr>
 
   	* DLD_FUNCTIONS/sort.cc: Use the new template sort class, adapt for
-	NDArrays, and allow optional dim argument.
+	N-d arrays, and allow optional dim argument.
 
 	* DLD_FUNCTIONS/fftn.cc: Save result of transpose operation.
 	Check for failure of transpose.
@@ -36,7 +36,7 @@
 	* DLD-FUNCTIONS/besselj.cc, DLD-FUNCTIONS/betainc.cc,
 	DLD-FUNCTIONS/gammainc.cc, DLD-FUNCTIONS/minmax.cc,
 	DLD-FUNCTIONS/filter.cc:
-	Convert for NDArray, better Matlab compatibility.
+	Convert for N-d array, better Matlab compatibility.
 
 	* load-save.cc (Fload): Better handling of non existent files.