Mercurial > hg > octave-nkf
diff liboctave/CmplxAEPBAL.h @ 1730:a744f4d0ba59
[project @ 1996-01-09 12:16:29 by jwe]
author | jwe |
---|---|
date | Tue, 09 Jan 1996 12:18:45 +0000 |
parents | dc527156c38c |
children | 950825cea083 |
line wrap: on
line diff
--- a/liboctave/CmplxAEPBAL.h +++ b/liboctave/CmplxAEPBAL.h @@ -30,6 +30,8 @@ class ostream; +#include <string> + #include "CMatrix.h" class ComplexAEPBALANCE @@ -40,7 +42,7 @@ ComplexAEPBALANCE (void) { } - ComplexAEPBALANCE (const ComplexMatrix& a, const char * balance_job) + ComplexAEPBALANCE (const ComplexMatrix& a, const string& balance_job) { init (a, balance_job); } @@ -67,7 +69,7 @@ private: - int init (const ComplexMatrix& a, const char * balance_job); + int init (const ComplexMatrix& a, const string& balance_job); ComplexMatrix balanced_mat; ComplexMatrix balancing_mat;