Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstoyanov committed Dec 31, 2024
1 parent d322f9e commit 6489197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asgard_time_advance_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ void test_memory_mode(imex_flag imex)
// make some PDE, no need to be too specific
verbosity_level verb = verbosity_level::quiet;

auto opts = make_opts("-p two_stream -d 2 -l 5");
auto opts = make_opts("-p two_stream -d 2 -l 5 -s expl");

discretization_manager<prec> disc(make_PDE<prec>(opts));

Expand Down

0 comments on commit 6489197

Please sign in to comment.