diff src/ov-cx-mat.h @ 4550:69a9b22a72a2

[project @ 2003-10-27 15:41:55 by jwe]
author jwe
date Mon, 27 Oct 2003 15:41:55 +0000
parents 79df15d4470c
children ef3a14fb6847
line wrap: on
line diff
--- a/src/ov-cx-mat.h	Mon Oct 27 03:31:29 2003 +0000
+++ b/src/ov-cx-mat.h	Mon Oct 27 15:41:55 2003 +0000
@@ -102,7 +102,7 @@
 
   ComplexMatrix complex_matrix_value (bool = false) const;
 
-  ComplexNDArray array_value (void) const { return matrix; }
+  ComplexNDArray complex_array_value (bool = false) const { return matrix; }
 
   void increment (void) { matrix += Complex (1.0); }