Skip to content

Commit

Permalink
makes recycle twod brick avm test always on
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jul 21, 2021
1 parent 4229aa6 commit b06cbd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ref_gather_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ int main(int argc, char *argv[]) {
}
}

RXS(ref_args_find(argc, argv, "--twod", &pos), REF_NOT_FOUND, "arg search");
if (REF_EMPTY != pos) { /* recycle twod brick avm */
{ /* recycle twod brick avm */
REF_GRID seq_grid = NULL, para_grid = NULL;
char seq_file[] = "ref_gather_test_twod_seq.avm";
char para_file[] = "ref_gather_test_twod_para.avm";
Expand Down

0 comments on commit b06cbd8

Please sign in to comment.