Skip to content

Commit

Permalink
Fixing file reader
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 31, 2024
1 parent 45491be commit ceab3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/01c-sir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ EPIWORLD_TEST_CASE("SIR-omp", "[OMP-SIR]") {
for (auto f : files)
{
auto fn0 = file_reader(
std::string("01c/") +
std::string("01c-sir-saves/") +
std::to_string(i) +
std::string("-episims-0_") +
f
);

auto fn1 = file_reader(
std::string("01c/") +
std::string("01c-sir-saves/") +
std::to_string(i) +
std::string("-episims-1_") +
f
Expand Down

0 comments on commit ceab3e6

Please sign in to comment.