Skip to content
Snippets Groups Projects
Commit feddddd0 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed assertion


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1227 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 2c7fecc1
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ void Hmesh<N,NV>::setup_grid(const char* filename)
if (restart) {
double time2 = time;
long unsigned int nbr2 = nbr;
assert( false );
recoverGrid(filename,time2,nbr2);
if (fabs(time2-time) +
fabs((double (nbr2-nbr)))> 1e-5) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment