*** empty log message ***

This commit is contained in:
jiri
2006-09-13 21:29:28 +00:00
parent 1e83e35cb1
commit 30b5975c15
4 changed files with 10 additions and 7 deletions

View File

@@ -258,7 +258,6 @@ if(mat.nrows()!=mat.ncols()||(unsigned int) mat.nrows() != (unsigned int)rhs.siz
int power;
//prepare the polynom of and effectively scale the matrix
NRVec<typename LA_traits<V>::elementtype> taylor2=exp_aux<M,typename LA_traits<V>::elementtype>(mat,power,maxpower,maxtaylor);
cerr <<"test power "<<power<<endl;
V tmp;