Skip to content
Snippets Groups Projects
Commit 1b68e3e1 authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed debugging stuff and unsigned signed comparison.

[[Imported from SVN: r1245]]
parent c9ef2390
Branches
Tags
No related merge requests found
......@@ -425,8 +425,6 @@ namespace Dune
void SuperMatrixInitializer<BCRSMatrix<FieldMatrix<T,n,m>,A> >::allocateMatrixStorage() const
{
mat->Nnz_*=n*m;
if( mat->Nnz_>mat->N()*mat->M())
throw "huch";
// initialize data
mat->values=new T[mat->Nnz_];
mat->rowindex=new int[mat->Nnz_];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment