Skip to content

Commit

Permalink
More tests and some bug correction in the linear system solver test r…
Browse files Browse the repository at this point in the history
…outine
  • Loading branch information
rsachetto committed Oct 10, 2018
1 parent 6eaa500 commit 57a15f7
Show file tree
Hide file tree
Showing 8 changed files with 25,809 additions and 98 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/alg/grid/grid.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ struct grid* new_grid() {
result->refined_this_step = NULL;
result->free_sv_positions = NULL;

sb_reserve(result->refined_this_step, 128);
sb_reserve(result->free_sv_positions, 128);
sb_reserve(result->refined_this_step, 128);
sb_reserve(result->free_sv_positions, 128);


return result;
Expand Down
Loading

0 comments on commit 57a15f7

Please sign in to comment.