Skip to content
Snippets Groups Projects
Commit 1ef8e903 authored by Christian Engwer's avatar Christian Engwer
Browse files

char* vs. const char*

[[Imported from SVN: r892]]
parent db3dfede
No related branches found
No related tags found
No related merge requests found
......@@ -440,8 +440,9 @@ namespace Dune
copyToSuperMatrix(initializer,mat);
#ifdef DUNE_ISTL_WITH_CHECKING
char name[] = {'A',0};
if(N_<0)
dPrint_CompCol_Matrix("A",&A);
dPrint_CompCol_Matrix(name,&A);
assert(*this==mat);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment