diff liboctave/CmplxSCHUR.h @ 1930:d20ab06301e8

[project @ 1996-02-11 22:30:18 by jwe]
author jwe
date Sun, 11 Feb 1996 22:30:39 +0000
parents 908f5b6676d7
children 1b57120c997b
line wrap: on
line diff
--- a/liboctave/CmplxSCHUR.h	Sun Feb 11 22:05:23 1996 +0000
+++ b/liboctave/CmplxSCHUR.h	Sun Feb 11 22:30:39 1996 +0000
@@ -82,6 +82,8 @@
   ComplexMatrix schur_mat;
   ComplexMatrix unitary_mat;
 
+  select_function selector;
+
   int init (const ComplexMatrix& a, const string& ord);
 };