Remove delusional assertion. While its predecessor asserted basic

sanity, the current check would never be satisfied in a reasonable
  grid.
This commit is contained in:
Bård Skaflestad 2010-10-06 21:08:56 +00:00
parent b977ddab80
commit 65672d5c0a

View File

@ -468,7 +468,6 @@ create_block_conns(int b ,
}
}
assert (ia[nc] == nc);
ia[0] = 0;
}