diff src/ov-re-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-re-mat.h	Mon Oct 27 03:31:29 2003 +0000
+++ b/src/ov-re-mat.h	Mon Oct 27 15:41:55 2003 +0000
@@ -101,8 +101,7 @@
 
   ComplexMatrix complex_matrix_value (bool = false) const;
 
-  NDArray array_value (bool = false) const
-    { return matrix; }
+  NDArray array_value (bool = false) const { return matrix; }
 
   void increment (void) { matrix += 1.0; }