removed debug print
This commit is contained in:
parent
631ec298f5
commit
2bdfe1bd70
@ -630,7 +630,6 @@ void diagonalize(NRMat<std::complex<double> > &a, NRVec<double> &w, const bool e
|
|||||||
FINT LWORK = -1;
|
FINT LWORK = -1;
|
||||||
std::complex<double> WORKX;
|
std::complex<double> WORKX;
|
||||||
FINT ldb=0; if(b) ldb=b->ncols();
|
FINT ldb=0; if(b) ldb=b->ncols();
|
||||||
std::cout << "test vectors "<<vectors<<std::endl;
|
|
||||||
|
|
||||||
// First call is to determine size of workspace
|
// First call is to determine size of workspace
|
||||||
double *RWORK = new double[3*n+2];
|
double *RWORK = new double[3*n+2];
|
||||||
|
Loading…
Reference in New Issue
Block a user