diff liboctave/dbleSCHUR.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/dbleSCHUR.h
+++ b/liboctave/dbleSCHUR.h
@@ -82,6 +82,8 @@
   Matrix schur_mat;
   Matrix unitary_mat;
 
+  select_function selector;
+
   int init (const Matrix& a, const string& ord);
 };